]> git.saurik.com Git - wxWidgets.git/commitdiff
readded back wxUSE_OLE and wxUSE_WXDIB
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Mar 2005 19:11:09 +0000 (19:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Mar 2005 19:11:09 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index 4bc5654394b86f5734950a24173007d643e261a4..241ac3288665e526b0c0ecd4fa78a85c68b4dd0e 100644 (file)
 
 /* --- end common options --- */
 
+// ----------------------------------------------------------------------------
+// general Windows-specific stuff
+// ----------------------------------------------------------------------------
+
+// Set this to 1 for generic OLE support: this is required for drag-and-drop,
+// clipboard, OLE Automation. Only set it to 0 if your compiler is very old and
+// can't compile/doesn't have the OLE headers.
+//
+// Default is 1.
+//
+// Recommended setting: 1
+#define wxUSE_OLE           1
+
+// Set this to 1 to enable wxDIB (don't change unless you have reason to)
+#define wxUSE_WXDIB 1
+
 // ----------------------------------------------------------------------------
 // Windows CE specific stuff
 // ----------------------------------------------------------------------------