removed duplicate MSW-specific options, they're now all between special start/end MSW options comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-21 13:22:15 +00:00
parent 0295153cbc
commit 3c1a167904

View File

@@ -739,11 +739,6 @@
*/
#define wxUSE_OPENGL 0
/*
* Set to 1 to compile MS Windows XP theme engine support
*/
#define wxUSE_UXTHEME 0
/*
* Work around a bug in GNU libc 5.x wcstombs() implementation.
*
@@ -764,12 +759,6 @@
* Use wxGetResource & wxWriteResource (change .Xdefaults)
*/
#define wxUSE_X_RESOURCES 0
/*
* Use OLE and OLE Automation (MSW only)
*/
#define wxUSE_OLE 0
#define wxUSE_OLE_AUTOMATION 0
#define wxUSE_ACTIVEX 0
/*
* Use MS HTML Help via libmspack (Unix)