X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f6c54eb076d760cbb6fb15e899f15fbbd575850..39d85e3caaa8dd8e7b1fa52f54faa33b3a78a32b:/samples/opengl/penguin/lw.cpp?ds=sidebyside diff --git a/samples/opengl/penguin/lw.cpp b/samples/opengl/penguin/lw.cpp index 7d83324bbd..44c2dd32b4 100644 --- a/samples/opengl/penguin/lw.cpp +++ b/samples/opengl/penguin/lw.cpp @@ -16,10 +16,6 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef __WXMSW__ -#include -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -31,19 +27,15 @@ #include "wx/wx.h" #endif +#ifdef __WXMSW__ +#include +#endif + #include "lw.h" #include #include #include -#ifndef FALSE -#define FALSE 0 -#endif - -#ifndef TRUE -#define TRUE 1 -#endif - #define MK_ID(a,b,c,d) ((((wxUint32)(a))<<24)| \ (((wxUint32)(b))<<16)| \ (((wxUint32)(c))<< 8)| \