]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWx.h
bbtk now depends on crea !
[bbtk.git] / kernel / src / bbtkWx.h
index 0a388e5afd4a0a16a02cb350d10f6455f592fb9a..b2ed350963d3a5bbfdc59ecd94b9915d12921986 100644 (file)
@@ -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 <wx/datetime.h>
 #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){