Skip to content

Commit 450f420

Browse files
committed
Use include instead of import for corefoundation
1 parent 9620f8e commit 450f420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gframe/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ using Stat = struct stat;
4545

4646
#if EDOPRO_APPLE
4747
#if EDOPRO_MACOS
48-
#import <CoreFoundation/CoreFoundation.h>
48+
#include <CoreFoundation/CoreFoundation.h>
4949
#include <mach-o/dyld.h>
5050
#include <CoreServices/CoreServices.h>
5151
#endif //EDOPRO_MACOS

gframe/utils_gui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using CCursorControl = irr::CCursorControl;
1919
#endif
2020
#elif EDOPRO_MACOS
21-
#import <CoreFoundation/CoreFoundation.h>
21+
#include <CoreFoundation/CoreFoundation.h>
2222
#include "osx_menu.h"
2323
#elif EDOPRO_LINUX
2424
#if !(IRRLICHT_VERSION_MAJOR==1 && IRRLICHT_VERSION_MINOR==9)

0 commit comments

Comments
 (0)