]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/hyperlink.cpp
No real changes, just use ProgID term instead of incorrect CLSID.
[wxWidgets.git] / src / msw / hyperlink.cpp
index a2ba44a8eb2747b8de6ed4152b922ada84f608f7..1eb3fb2ca18472371ffbcc681111e6f69c07984e 100644 (file)
@@ -25,6 +25,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/stattext.h"
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
+    #include "wx/msw/private.h"
+    #include "wx/msw/missing.h"
 #endif
 
 // ----------------------------------------------------------------------------
     #define LWS_RIGHT 0x0020
 #endif
 
+#ifndef WC_LINK
+    #define WC_LINK L"SysLink"
+#endif
+
 // ----------------------------------------------------------------------------
 // Helper functions
 // ----------------------------------------------------------------------------