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:
Gilles Depeyrot
2001-10-09 11:55:54 +00:00
parent 4040fe6eaf
commit 56cfd0d766

View File

@@ -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