USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
must recompile everything after upgrading! git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "wx/defs.h"
|
||||
#endif
|
||||
|
||||
#if USE_IPC
|
||||
#if wxUSE_IPC
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/utils.h"
|
||||
@@ -782,4 +782,4 @@ void DDEPrintError(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
// USE_IPC
|
||||
// wxUSE_IPC
|
||||
|
Reference in New Issue
Block a user