mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Platform changes for getpid()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user