Unix build metadata compilation problem

This commit is contained in:
Allen Webster 2017-11-22 13:53:52 -05:00
parent e0829ba9d5
commit dd4de020c0
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ typedef int32_t bool32;
typedef TCHAR Filename_Character;
//// WINDOWS END ////
#elif defined(IS_LINUX) || defiend(IS_MAC)
#elif defined(IS_LINUX) || defined(IS_MAC)
//// UNIX BEGIN ////
#include <dirent.h>
@ -276,7 +276,7 @@ get_file_list(Partition *part, Filename_Character *dir){
}
//// WINDOWS END ////
#elif defined(IS_LINUX) || defiend(IS_MAC)
#elif defined(IS_LINUX) || defined(IS_MAC)
//// UNIX BEGIN ////
static File_List