ecere/gfx/newFonts: Tweaks to build on OS X
authorJerome St-Louis <jerome@ecere.com>
Wed, 3 Aug 2016 04:20:12 +0000 (00:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 21 Nov 2016 14:18:50 +0000 (09:18 -0500)
ecere/src/gfx/newFonts/drawManager.ec
ecere/src/gfx/newFonts/fmFontManager.ec
ecere/src/gfx/newFonts/fontRenderer.ec

index 4708c9d..7e60ccc 100644 (file)
@@ -1,3 +1,5 @@
+#undef __BLOCKS__
+
 import "OpenGLDisplayDriver"
 import "textureManager"
 
index c53a22c..d542bab 100644 (file)
@@ -3,6 +3,8 @@
  *
  * Ecere Corporation has unlimited/unrestricted rights.
  * *****************************************************************************/
+#undef __BLOCKS__
+
 import "LinkList"
 import "File"
 import "FontResource"
index 5980c7d..109f1a1 100644 (file)
@@ -3,6 +3,8 @@
  *
  * Ecere Corporation has unlimited/unrestricted rights.
  * *****************************************************************************/
+#undef __BLOCKS__
+
 import "Color"
 
 #define _Noreturn