]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/lw.cpp
Modified Files:
[wxWidgets.git] / samples / opengl / penguin / lw.cpp
index 027cf0eb985c42f1908d0e77aa505a04ae661049..957f18aa0814c45d10b189dd4fa6a6e731fda9f3 100644 (file)
@@ -25,8 +25,8 @@
 #include <stdio.h>
 #include <math.h>
 
-#ifndef __WXMAC__
-// does this not give redefine errors on other platforms ?
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+// these must be defined in the precompiled headers under CodeWarrior
 #define wxInt32 int
 #define wxUint32 unsigned int
 #endif