]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Fixed OS/2 compilation problems.
[wxWidgets.git] / include / wx / msw / textctrl.h
index 270a4550e65ef9426d881e61cc1d522e1e084b17..cfac8c5f4b5e5999f44848ef5ff5ace7da43b0cb 100644 (file)
@@ -171,6 +171,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    // intercept WM_GETDLGCODE
+    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+
     // call this to increase the size limit (will do nothing if the current
     // limit is big enough)
     //