|
Version: 1.0.0
|
Go to the documentation of this file. 1 #ifndef _WX_DATABASE_WXPREC_H_ 2 #define _WX_DATABASE_WXPREC_H_ 10 #if defined(_DEBUG) && defined(_MSC_VER) 12 #define debug_normal_new new(_NORMAL_BLOCK ,__FILE__, __LINE__) 13 #define debug_ignore_new new(_IGNORE_BLOCK ,__FILE__, __LINE__) 15 #define debug_normal_new new 16 #define debug_ignore_new new 22 #include "wx/hashset.h" 36 #if defined(WXMAKINGDLL_DATABASE) || defined(WXMAKINGLIB_DATABASE) 38 #if wxUSE_DATABASE_SQLITE 45 #if wxUSE_DATABASE_POSTGRESQL 47 #include "libpq/libpq-fs.h" 58 #if wxUSE_DATABASE_MYSQL 62 #if defined(__WXMSW__) && !defined(_MSC_VER) 63 #include <psdk_inc/_socket_types.h> 78 #if wxUSE_DATABASE_ODBC 88 #if wxUSE_DATABASE_TDS 89 #include <freetds/tds.h> 90 #include <freetds/convert.h> 98 #endif//defined(WXMAKINGDLL_DATABASE) || defined(WXMAKINGLIB_DATABASE) 100 #endif//_WX_DATABASE_WXPREC_H_