]> git.saurik.com Git - wxWidgets.git/commitdiff
XPMHAND.H dependency removed
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 18 May 2001 18:43:30 +0000 (18:43 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 18 May 2001 18:43:30 +0000 (18:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/dbbrowse/browsedb.cpp
demos/dbbrowse/std.h

index 3506574c26838194f81c225953ea6bccc858847a..2a8659b6c492cc404fd5e4359d2b4577464841f9 100644 (file)
@@ -34,7 +34,7 @@
 // - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
 wxDbConnectInf DbConnectInf;           // Für DBase
 
-#if wxUSE_ODBC
+#if !wxUSE_ODBC
   #error Demo cannot be compiled unless setup.h has wxUSE_ODBC set to 1
 #endif
 
index ad57b7a60b45f459e9976a80b60a1377cc5bc6b9..1f5d591d3fb49ffa2ba67f345e4591b45fe9d8f0 100644 (file)
 #include <wx/textctrl.h>
 #include <wx/toolbar.h>
 #include <wx/treectrl.h>
+/*
 #ifdef __WXMSW__
     #include <wx/xpmhand.h>
 #endif
+*/
 //---------------------------
 #include "tabpgwin.h"         // Original name : "controlarea.h"
 //---------------------------