]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
made it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl...
[wxWidgets.git] / include / wx / msw / window.h
index d3739f665aaffbe71748ea3cc0dea847cf950c1c..d582c1b9413c5b4dddc3dc198332e3ed3ffa445c 100644 (file)
@@ -491,7 +491,7 @@ inline void wxWindowMSW::SetTransparent(bool WXUNUSED(t)) { }
 
 // kbd code translation
 WXDLLEXPORT int wxCharCodeMSWToWX(int keySym, WXLPARAM lParam = 0);
-WXDLLEXPORT int wxCharCodeWXToMSW(int id, bool *IsVirtual);
+WXDLLEXPORT WXWORD wxCharCodeWXToMSW(int id, bool *IsVirtual);
 
 // window creation helper class: before creating a new HWND, instantiate an
 // object of this class on stack - this allows to process the messages sent to