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
This commit is contained in:
parent
18a1f588e7
commit
594f0f5bf1
@ -20,12 +20,14 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user