]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
[wxWidgets.git] / include / wx / univ / window.h
index a01a6e29b46172e6702a133cf33a7175c551fcbf..9bb9477eb13a76346d2ff41d7815f914ee98d51e 100644 (file)
@@ -261,7 +261,7 @@ protected:
 
 #ifdef __WXMSW__
     // override MSWWindowProc() to process WM_NCHITTEST
-    long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+    WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 #endif // __WXMSW__
 
 private: