move wxDouble typedef to _defs.i

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-21 15:24:46 +00:00
parent 4f252980d9
commit 94a2b65937
2 changed files with 1 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ typedef unsigned int size_t;
typedef unsigned int time_t; typedef unsigned int time_t;
typedef unsigned char byte; typedef unsigned char byte;
typedef unsigned long wxUIntPtr; typedef unsigned long wxUIntPtr;
typedef double wxDouble;
#define wxWindowID int #define wxWindowID int
#define wxCoord int #define wxCoord int

View File

@@ -350,9 +350,6 @@ MustHaveApp(wxGraphicsPath);
MustHaveApp(wxGraphicsContext); MustHaveApp(wxGraphicsContext);
MustHaveApp(wxGCDC); MustHaveApp(wxGCDC);
typedef double wxDouble;
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------