소스 검색

Undefine yet another macro from Windows headers

Pedro J. Estébanez 1 년 전
부모
커밋
bcc96441d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/typedefs.h

+ 1 - 0
core/typedefs.h

@@ -93,6 +93,7 @@
 #undef OK
 #undef CONNECT_DEFERRED // override from Windows SDK, clashes with Object enum
 #undef MemoryBarrier
+#undef MONO_FONT
 #endif
 
 // Make room for our constexpr's below by overriding potential system-specific macros.