mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 08:41:29 +00:00
8 lines
73 B
C
8 lines
73 B
C
#pragma once
|
|
|
|
#ifdef _WINDOWS
|
|
|
|
#include <WinSock2.h>
|
|
|
|
#endif // _WINDOWS
|