X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.cxx;h=399080797331edf6526afc3641686990baaf6bd9;hb=803877e98b79df963f17d83da7203fd972674d9e;hp=201dcbb51b1ca961cfe88f913ad80ef0943a9015;hpb=cbe3176d12a4163a8ec9bfe62cd62ceba115090e;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 201dcbb..3990807 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -2,7 +2,6 @@ // Class definition include //---------------------------------------------------------------------------------------------------------------- - #include "wxContourGUIExample.h" #include "wxContourMainFrame.h" //#include "OutlineModelManager.h" @@ -28,9 +27,6 @@ //#include "SomeEnvironment.h" //#include "ReaderEnvironment.h" - - - //#include "interfMainPanel.h" @@ -45,9 +41,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 +58,6 @@ wxContourMainFrame* wxTheApplication::frame = 0; //---------------------------------------------------------------------------------------------------------------- - - /* //EED // http://lists.wxwidgets.org/archive/wx-dev/msg30449.html @@ -93,9 +92,6 @@ wxString GetExecutablePath() } */ - - - //========================================================================= // From http://www.fltk.org/newsgroups.php?gfltk.general+v:22083 //