mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 01:03:52 +00:00
Platform changes for getpid()
This commit is contained in:
parent
f7ca12f7cc
commit
bd757417d5
@ -28,7 +28,6 @@
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include <time.h>
|
||||
#include <process.h>
|
||||
|
||||
std::ofstream process_log;
|
||||
|
||||
@ -38,7 +37,9 @@ std::ofstream process_log;
|
||||
#include <iostream>
|
||||
#include <dos.h>
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user