1
0

ToLuaDoxy: initial import

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1544 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-06-04 09:46:32 +00:00
parent 8ff22344af
commit a9d221b74b
9 changed files with 2415 additions and 3 deletions

View File

@@ -9,6 +9,12 @@
#include <ctype.h>
#endif
#ifdef _MSC_VER
// Under MSVC, link to WinSock2 (needed by RawBEToUTF8's byteswapping)
#pragma comment(lib, "ws2_32.lib")
#endif