mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 15:42:26 +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>
|
#include <direct.h>
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
inline bool MakeDirectory(const std::string &directory_name)
|
inline bool MakeDirectory(const std::string &directory_name)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user