]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Applied a few old patches,
[wxWidgets.git] / src / msw / app.cpp
index dc4e711541d8e0e4be1bc4254f96d73e88d0f2d6..d1a70a3d3c8de29eaa0b6aa316aee2b7c607941e 100644 (file)
 #endif
 
 // OLE is used for drag-and-drop, clipboard, OLE Automation...
+#ifndef wxUSE_NORLANDER_HEADERS
 #if defined(__GNUWIN32__) || defined(__SC__) || defined(__SALFORDC__)
     #undef wxUSE_OLE
 
     #define  wxUSE_OLE 0
 #endif // broken compilers
+#endif
 
 #if wxUSE_OLE
     #include <ole2.h>
@@ -218,7 +220,6 @@ bool wxApp::Initialize()
     while (!SetMessageQueue(iMsg) && (iMsg -= 8))
         ;
 #endif // Win16
-
     // we need to initialize OLE library
     if ( FAILED(::OleInitialize(NULL)) )
         wxLogError(_("Cannot initialize OLE"));