Commit 0adf6a56 authored by unknown's avatar unknown

Avoid the redefinition warning message from winsock.h

parent 2357106c
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
#endif #endif
#define RES_BUF_SHIFT 5 #define RES_BUF_SHIFT 5
#ifndef __WIN__
#define SOCKET_ERROR -1 #define SOCKET_ERROR -1
#endif
#define NET_BUF_SIZE 2048 #define NET_BUF_SIZE 2048
MYSQL_MANAGER* STDCALL mysql_manager_init(MYSQL_MANAGER* con) MYSQL_MANAGER* STDCALL mysql_manager_init(MYSQL_MANAGER* con)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment