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
This commit is contained in:
parent
ef22edc309
commit
e7b8da226f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user