We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9620f8e commit 450f420Copy full SHA for 450f420
gframe/utils.cpp
@@ -45,7 +45,7 @@ using Stat = struct stat;
45
46
#if EDOPRO_APPLE
47
#if EDOPRO_MACOS
48
-#import <CoreFoundation/CoreFoundation.h>
+#include <CoreFoundation/CoreFoundation.h>
49
#include <mach-o/dyld.h>
50
#include <CoreServices/CoreServices.h>
51
#endif //EDOPRO_MACOS
gframe/utils_gui.cpp
@@ -18,7 +18,7 @@
18
using CCursorControl = irr::CCursorControl;
19
#endif
20
#elif EDOPRO_MACOS
21
22
#include "osx_menu.h"
23
#elif EDOPRO_LINUX
24
#if !(IRRLICHT_VERSION_MAJOR==1 && IRRLICHT_VERSION_MINOR==9)
0 commit comments