mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[9336] Use single FD_SETSIZE define
* Remove unused framework/Network/SocketDefines.h * Make sure that we have single FD_SETSIZE define in code
This commit is contained in:
parent
08c364214b
commit
8997f0f240
8 changed files with 4 additions and 67 deletions
|
|
@ -21,13 +21,13 @@
|
|||
#ifndef _DATABASEMYSQL_H
|
||||
#define _DATABASEMYSQL_H
|
||||
|
||||
#include "Common.h"
|
||||
#include "Database.h"
|
||||
#include "Policies/Singleton.h"
|
||||
#include "ace/Thread_Mutex.h"
|
||||
#include "ace/Guard_T.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define FD_SETSIZE 1024
|
||||
#include <winsock2.h>
|
||||
#include <mysql/mysql.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue