]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapcctl.h
Remove duplicated typedef depending on header file version.
[wxWidgets.git] / include / wx / msw / wrapcctl.h
index 7d32e65c5745f4214134f3645e03220440a3df0b..2e508081c4655abf50fd6bfa283f615d0972f231 100644 (file)
@@ -50,7 +50,7 @@ inline void wxSetCCUnicodeFormat(HWND hwnd)
     ::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0);
 #else // !__WXWINCE__
     // here it should be already in Unicode anyhow
-    hwnd;
+    wxUnusedVar(hwnd);
 #endif // __WXWINCE__/!__WXWINCE__
 }