Should work with __APPLE__ now.
This commit is contained in:
parent
54bc62347c
commit
472dc35894
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef __APPLE__
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreFoundation/CFString.h>
|
||||
#include <CoreFoundation/CFBase.h>
|
||||
#endif
|
||||
|
||||
struct Level;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue