mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
add new platform headers to simplify including windows/posix headers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#include <WinSock2.h>
|
||||
|
||||
#endif // _WINDOWS
|
||||
Reference in New Issue
Block a user