1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Avoid the redefinition warning message from winsock.h

This commit is contained in:
miguel@light.local
2001-10-18 22:31:42 -02:00
parent 389964a6c3
commit da53b793c4

View File

@@ -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)