mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
add new platform headers to simplify including windows/posix headers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _WINDOWS
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#endif // !_WINDOWS
|
||||
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _WINDOWS
|
||||
|
||||
#include "common/unix.h"
|
||||
#include <pthread.h>
|
||||
|
||||
#endif // !_WINDOWS
|
||||
Reference in New Issue
Block a user