From: jean-pierre roux Date: Wed, 15 Apr 2009 10:27:18 +0000 (+0000) Subject: #include vs #include X-Git-Tag: EED.02Oct2009~45 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=880786769c44b4b634b4137ab885971c9a3b25c6;p=creaContours.git #include vs #include --- 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 //