]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/browsedb.cpp
Removed TABs that had gotten in to the source
[wxWidgets.git] / demos / dbbrowse / browsedb.cpp
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