Unix build metadata compilation problem
This commit is contained in:
parent
e0829ba9d5
commit
dd4de020c0
|
@ -32,7 +32,7 @@ typedef int32_t bool32;
|
||||||
typedef TCHAR Filename_Character;
|
typedef TCHAR Filename_Character;
|
||||||
//// WINDOWS END ////
|
//// WINDOWS END ////
|
||||||
|
|
||||||
#elif defined(IS_LINUX) || defiend(IS_MAC)
|
#elif defined(IS_LINUX) || defined(IS_MAC)
|
||||||
|
|
||||||
//// UNIX BEGIN ////
|
//// UNIX BEGIN ////
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
@ -276,7 +276,7 @@ get_file_list(Partition *part, Filename_Character *dir){
|
||||||
}
|
}
|
||||||
//// WINDOWS END ////
|
//// WINDOWS END ////
|
||||||
|
|
||||||
#elif defined(IS_LINUX) || defiend(IS_MAC)
|
#elif defined(IS_LINUX) || defined(IS_MAC)
|
||||||
|
|
||||||
//// UNIX BEGIN ////
|
//// UNIX BEGIN ////
|
||||||
static File_List
|
static File_List
|
||||||
|
|
Loading…
Reference in New Issue