X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed4780ea6ecc34f6772375047869537d1fbc8d99..a78955e377453e2b8dacdbea05c3f5a8769d5e58:/include/wx/msw/window.h?ds=inline diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index d3739f665a..d582c1b941 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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