mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 01:31:30 +00:00
8 lines
112 B
C
8 lines
112 B
C
#pragma once
|
|
|
|
#ifdef _WINDOWS
|
|
#include "common/platform/win/include_windows.h"
|
|
#else
|
|
#include <unistd.h>
|
|
#endif
|