X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0938d8506409863011956e79b92fc137a5bcccf..a2abe5f08113b25ce20c1710c7361d27a5cb12eb:/src/msw/hyperlink.cpp diff --git a/src/msw/hyperlink.cpp b/src/msw/hyperlink.cpp index a2ba44a8eb..1eb3fb2ca1 100644 --- a/src/msw/hyperlink.cpp +++ b/src/msw/hyperlink.cpp @@ -25,6 +25,9 @@ #ifndef WX_PRECOMP #include "wx/stattext.h" + #include "wx/msw/wrapcctl.h" // include "properly" + #include "wx/msw/private.h" + #include "wx/msw/missing.h" #endif // ---------------------------------------------------------------------------- @@ -39,6 +42,10 @@ #define LWS_RIGHT 0x0020 #endif +#ifndef WC_LINK + #define WC_LINK L"SysLink" +#endif + // ---------------------------------------------------------------------------- // Helper functions // ----------------------------------------------------------------------------