]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/uuid.cpp
use GetText() instead of GetText(wxString&), made some methods inline
[wxWidgets.git] / src / msw / ole / uuid.cpp
index 9436536733a3b54294b92c2d02f25fe25be4c688..c23c4ca414bc3a95770f747af4555025fa564b62 100644 (file)
@@ -29,6 +29,9 @@
 #if 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"