]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/automtn.cpp
1. bug in wxSplitter corrected: mouse event coords may be negative when the
[wxWidgets.git] / src / msw / ole / automtn.cpp
index 6dff2255e48711cdc2d749bdb7ce86f75259f15a..8a8babc89a9de065bea0cfafe4e2722438ca7a75 100644 (file)
 #endif
 
 #include "wx/log.h"
-#include "wx/msw/ole/automtn.h"
 
-#include <windows.h>
-#include <ole2ver.h>
-#include <oleauto.h>
 #include <math.h>
 #include <time.h>
 
-#ifdef GetObject
-#undef GetObject
-#endif
+#include "wx/msw/ole/automtn.h"
+
+#include "wx/msw/private.h"
+
+#include <ole2ver.h>
+#include <oleauto.h>
 
 // wrapper around BSTR type (by Vadim Zeitlin)