Skip to content

Commit f40e5f8

Browse files
Fix Mac.mm (#85)
1 parent e915490 commit f40e5f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/platform/Mac.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
#include <mach-o/dyld_images.h>
2020
#include <mach-o/dyld.h>
21+
#define CommentType CommentTypeDummy
2122
#import <Foundation/Foundation.h>
23+
#undef CommentType
2224

2325
#import <CoreGraphics/CoreGraphics.h>
2426
#ifdef GEODE_IS_MACOS

0 commit comments

Comments
 (0)