git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15482
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifdef __WXMSW__
-#include <windows.h>
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/wx.h"
#endif
+#ifdef __WXMSW__
+#include <windows.h>
+#endif
+
#include "lw.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
-#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)| \