X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cef71bc23a9cd0ec543e451848fb9e88ace36e9..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/msw/wrapcctl.h diff --git a/include/wx/msw/wrapcctl.h b/include/wx/msw/wrapcctl.h index 3faa980790..f61d2cec20 100644 --- a/include/wx/msw/wrapcctl.h +++ b/include/wx/msw/wrapcctl.h @@ -40,13 +40,12 @@ #include "wx/msw/missing.h" // Set Unicode format for a common control -inline void wxSetCCUnicodeFormat(HWND hwnd) +inline void wxSetCCUnicodeFormat(HWND WXUNUSED_IN_WINCE(hwnd)) { #ifndef __WXWINCE__ ::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0); #else // !__WXWINCE__ // here it should be already in Unicode anyhow - wxUnusedVar(hwnd); #endif // __WXWINCE__/!__WXWINCE__ }