]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicate MSW-specific options, they're now all between special start/end...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 13:22:15 +0000 (13:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 13:22:15 +0000 (13:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 7d5121a0a5a1ffa7fd905b051cdaa0747b6dfb81..97926023d818f52ce7f0c51650624bce76fe1007 100644 (file)
  */
 #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.
  *
  * 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)