mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
Fix for windows compile (stat-use related)
This commit is contained in:
parent
71e641c882
commit
3447c86562
@ -40,8 +40,8 @@ EQEmuLogSys Log;
|
||||
#include <direct.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
inline bool MakeDirectory(const std::string &directory_name)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user