removed wxDEBUG_LEVEL redefinition
This commit is contained in:
parent
24d02b284f
commit
defaf7a501
|
@ -782,7 +782,7 @@ MyFrame::MyFrame(const wxString &title, wxFileConfig *configParameter,
|
||||||
// Initialize Xerces-C++
|
// Initialize Xerces-C++
|
||||||
WrapXerces::Init(libxmlNetAccess);
|
WrapXerces::Init(libxmlNetAccess);
|
||||||
|
|
||||||
#if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 0
|
#if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 1
|
||||||
if (XMLPlatformUtils::fgSSE2ok && xercescSSE2Warning && wxTheApp->argc == 1) {
|
if (XMLPlatformUtils::fgSSE2ok && xercescSSE2Warning && wxTheApp->argc == 1) {
|
||||||
xercescSSE2Warning =
|
xercescSSE2Warning =
|
||||||
wxMessageBox(
|
wxMessageBox(
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#ifndef XMLCOPYEDITOR_H
|
#ifndef XMLCOPYEDITOR_H
|
||||||
#define XMLCOPYEDITOR_H
|
#define XMLCOPYEDITOR_H
|
||||||
|
|
||||||
#define wxDEBUG_LEVEL 0
|
|
||||||
|
|
||||||
#ifdef __WXOSX__
|
#ifdef __WXOSX__
|
||||||
#define wxMAC_USE_NATIVE_TOOLBAR 1
|
#define wxMAC_USE_NATIVE_TOOLBAR 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue