From: Gilles Depeyrot Date: Tue, 9 Oct 2001 11:38:44 +0000 (+0000) Subject: added wx/defs.h include to correct compilation issues under Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/594f0f5bf1355fb8d58f403d3ebacc1c1767c429?ds=inline added wx/defs.h include to correct compilation issues under Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/opengl/penguin/lw.cpp b/samples/opengl/penguin/lw.cpp index 957f18aa08..c2875d5887 100644 --- a/samples/opengl/penguin/lw.cpp +++ b/samples/opengl/penguin/lw.cpp @@ -20,12 +20,14 @@ #include #endif +#include "wx/defs.h" + #include "lw.h" #include #include #include -#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