From 880786769c44b4b634b4137ab885971c9a3b25c6 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 15 Apr 2009 10:27:18 +0000 Subject: [PATCH] #include vs #include --- appli/wxContourGUIExample/wxContourGUIExample.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 201dcbb..307361e 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -45,9 +45,14 @@ #ifndef PATH_MAX // If not defined yet : do it # define PATH_MAX 2048 -#endif +#endif + +#if defined(WIN32) + #include +#else + #include +#endif -#include #include @@ -57,8 +62,6 @@ wxContourMainFrame* wxTheApplication::frame = 0; //---------------------------------------------------------------------------------------------------------------- - - /* //EED // http://lists.wxwidgets.org/archive/wx-dev/msg30449.html @@ -93,9 +96,6 @@ wxString GetExecutablePath() } */ - - - //========================================================================= // From http://www.fltk.org/newsgroups.php?gfltk.general+v:22083 // -- 2.45.1