From: Julian Smart Date: Sat, 11 Mar 2006 13:13:00 +0000 (+0000) Subject: Applied patch [ 1447732 ] Fix CVS HEAD for VC6 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e7b8da226f3270abdecacd220a44843e869537f0?ds=inline Applied patch [ 1447732 ] Fix CVS HEAD for VC6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 7c88dcbe0d..accdcc2747 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -117,6 +117,10 @@ #define EM_SETUSEMOUSEFORINPUT (WM_USER + 0x224) #endif +#ifndef TPM_RECURSE +#define TPM_RECURSE 1 +#endif + // ---------------------------------------------------------------------------- // ListView common control // Needed by listctrl.cpp