|
Version: 1.0.0
|
Go to the documentation of this file. 1 #ifndef _WX_MLBASE_WXPREC_H_ 2 #define _WX_MLBASE_WXPREC_H_ 6 #if defined(_DEBUG) && defined(_MSC_VER) 8 #define debug_normal_new new(_NORMAL_BLOCK ,__FILE__, __LINE__) 9 #define debug_ignore_new new(_IGNORE_BLOCK ,__FILE__, __LINE__) 11 #define debug_normal_new new 12 #define debug_ignore_new new 18 #include <wx/convauto.h> 19 #include <wx/confbase.h> 21 #if wxUSE_DATABASE_CONFIG 28 #endif//_WX_MLBASE_WXPREC_H_