]> git.saurik.com Git - wxWidgets.git/commitdiff
added wx/defs.h include to correct compilation issues under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 9 Oct 2001 11:38:44 +0000 (11:38 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 9 Oct 2001 11:38:44 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/opengl/penguin/lw.cpp

index 957f18aa0814c45d10b189dd4fa6a6e731fda9f3..c2875d58875b972e45b68dbe54bdb5fad1a7b8ab 100644 (file)
 #include <windows.h>
 #endif
 
+#include "wx/defs.h"
+
 #include "lw.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
 
-#if !defined(__WXMAC__) || defined(__DARWIN__)
+#if !defined(__WXMAC__)
 // these must be defined in the precompiled headers under CodeWarrior
 #define wxInt32 int
 #define wxUint32 unsigned int