trunk: webready integration. fixing broken and missing MSVC/vcproj files.

This commit is contained in:
Robin Mills
2014-12-27 11:07:07 +00:00
parent ccfc4b62fd
commit 1afb17b527
19 changed files with 264 additions and 0 deletions
+5
View File
@@ -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 ) {