mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Avoid the redefinition warning message from winsock.h
This commit is contained in:
parent
2357106c60
commit
0adf6a56af
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue