X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FcreaWx.h;fp=src%2FcreaWx.h;h=84a0390c0015180ea0475a24a003a7d71b70eece;hb=209c90db5267285231d51ae34efe6c238eb520c0;hp=f442f7de8ce1a2dd6a2e6c368e9558a81b8b87d1;hpb=2f53903648ff8a55e716f36ab755a903420e3313;p=crea.git diff --git a/src/creaWx.h b/src/creaWx.h index f442f7d..84a0390 100644 --- a/src/creaWx.h +++ b/src/creaWx.h @@ -9,7 +9,6 @@ #include "wx/wxprec.h" #include - #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -29,16 +28,9 @@ typedef void wxWindow; #endif // EO USE_WXWIDGETS //=========================================================================== - - - - - //=========================================================================== #ifdef USE_WXWIDGETS - - #if defined(_WIN32) // How to have a Console and wxWidgets @@ -60,10 +52,8 @@ typedef void wxWindow; #endif // defined(_WIN32) - #include - namespace crea { //================================================================== @@ -80,7 +70,7 @@ namespace crea return wx; } //================================================================== - + //================================================================== /// Conversion wxString to std::string inline std::string wx2std(const wxString& s){ @@ -95,8 +85,6 @@ namespace crea return s2; } //================================================================== - - } #endif // EO USE_WXWIDGETS