Applied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-10-23 10:53:16 +00:00
parent dbeb8eacae
commit 1ca78aa1dc
3 changed files with 18 additions and 14 deletions

View File

@@ -34,6 +34,10 @@
#define WM_UPDATEUISTATE 0x0128
#endif
#ifndef WM_CHANGEUISTATE
#define WM_CHANGEUISTATE 0x0127
#endif
#ifndef WM_PRINTCLIENT
#define WM_PRINTCLIENT 0x318
#endif