Fix for issue 734 (creating profile on a fresh install is completely broken.)
This commit is contained in:
@@ -86,13 +86,13 @@ void dumpStack();
|
||||
u32 ramAvailableLineareMax(void);
|
||||
u32 ramAvailable(void);
|
||||
|
||||
/*
|
||||
#ifdef WIN32
|
||||
#include <direct.h>
|
||||
#define MAKEDIR(name) _mkdir(name)
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
#define MAKEDIR(name) mkdir(name, 0777)
|
||||
#endif
|
||||
*/
|
||||
|
||||
bool fileExists(const char * filename);
|
||||
bool FileExists(const string & filename);
|
||||
|
||||
Reference in New Issue
Block a user