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