]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/uuid.cpp
added ScrollLines/Pages
[wxWidgets.git] / src / msw / ole / uuid.cpp
index 9436536733a3b54294b92c2d02f25fe25be4c688..b00deaa7c03f36aa584009f1db688dc4dfa85d03 100644 (file)
 
 #include  "wx/setup.h"
 
-#if wxUSE_DRAG_AND_DROP
+#if wxUSE_OLE && wxUSE_DRAG_AND_DROP
 
 // standard headers
+#if wxCHECK_W32API_VERSION( 1, 0 )
+    #include <windows.h>
+#endif
 #include  <rpc.h>                       // UUID related functions
 
 #include  "wx/msw/ole/uuid.h"