Commit da53b793 authored by miguel@light.local's avatar miguel@light.local

Avoid the redefinition warning message from winsock.h

parent 389964a6
......@@ -55,7 +55,9 @@
#endif
#define RES_BUF_SHIFT 5
#ifndef __WIN__
#define SOCKET_ERROR -1
#endif
#define NET_BUF_SIZE 2048
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