XPMHAND.H dependency removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-05-18 18:43:30 +00:00
parent 2d4511658d
commit c20a12bd55
2 changed files with 3 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ? // - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
wxDbConnectInf DbConnectInf; // F<>r DBase 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 #error Demo cannot be compiled unless setup.h has wxUSE_ODBC set to 1
#endif #endif

View File

@@ -21,9 +21,11 @@
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/toolbar.h> #include <wx/toolbar.h>
#include <wx/treectrl.h> #include <wx/treectrl.h>
/*
#ifdef __WXMSW__ #ifdef __WXMSW__
#include <wx/xpmhand.h> #include <wx/xpmhand.h>
#endif #endif
*/
//--------------------------- //---------------------------
#include "tabpgwin.h" // Original name : "controlarea.h" #include "tabpgwin.h" // Original name : "controlarea.h"
//--------------------------- //---------------------------