#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
// ----------------------------------------------------------------------------