Compilation fix for old SDKs in new native MSW wxHyperLinkCtrl code.

Define WC_LINK ourselves if it's not defined in the headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-08-18 23:57:26 +00:00
parent b00403b401
commit 84bf3902cf

View File

@@ -39,6 +39,10 @@
#define LWS_RIGHT 0x0020
#endif
#ifndef WC_LINK
#define WC_LINK L"SysLink"
#endif
// ----------------------------------------------------------------------------
// Helper functions
// ----------------------------------------------------------------------------