From 594f0f5bf1355fb8d58f403d3ebacc1c1767c429 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Tue, 9 Oct 2001 11:38:44 +0000 Subject: [PATCH] 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 --- samples/opengl/penguin/lw.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.0