X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWx.h;h=b2ed350963d3a5bbfdc59ecd94b9915d12921986;hb=a16b50b85de5ca6a4dfdfbc5656b490e0d358f52;hp=0a388e5afd4a0a16a02cb350d10f6455f592fb9a;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkWx.h b/kernel/src/bbtkWx.h index 0a388e5..b2ed350 100644 --- a/kernel/src/bbtkWx.h +++ b/kernel/src/bbtkWx.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWx.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:14 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/12/11 15:30:04 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -57,7 +57,7 @@ //=========================================================================== // Wx headers -#ifdef _USE_WXWIDGETS_ +#ifdef USE_WXWIDGETS // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" #include @@ -76,12 +76,12 @@ #endif //__WXGTK__ // EO Wx headers -#else //_USE_WXWIDGETS_ +#else //USE_WXWIDGETS // define wxWindow typedef void wxWindow; -#endif // EO _USE_WXWIDGETS_ +#endif // EO USE_WXWIDGETS //=========================================================================== //=========================================================================== @@ -173,7 +173,7 @@ namespace bbtk -#ifdef _USE_WXWIDGETS_ +#ifdef USE_WXWIDGETS //================================================================== /// Conversion std::string to wxString inline wxString std2wx(const std::string& s){