trunk: webready integration. fixing broken and missing MSVC/vcproj files.
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#include <stdlib.h>
|
||||
using namespace std;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma comment(lib, "ws2_32.lib")
|
||||
#pragma comment(lib, "wldap32.lib")
|
||||
#endif
|
||||
|
||||
static int testSyntax(const char* arg)
|
||||
{
|
||||
if ( !arg ) {
|
||||
|
||||
Reference in New Issue
Block a user