added WM_PRINTCLIENT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-04-10 00:19:11 +00:00
parent a625f45442
commit 1a3c509512

View File

@ -652,6 +652,10 @@ typedef struct {
#define WM_UPDATEUISTATE 0x0128
#endif
#ifndef WM_PRINTCLIENT
#define WM_PRINTCLIENT 0x318
#endif
#ifndef UIS_INITIALIZE
#define UIS_INITIALIZE 3
#endif