recompiled header support
removed doubled definitions (already in wx headers) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,19 +20,22 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#include "lw.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(__WXMAC__)
|
||||
// these must be defined in the precompiled headers under CodeWarrior
|
||||
#define wxInt32 int
|
||||
#define wxUint32 unsigned int
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user