]> git.saurik.com Git - wxWidgets.git/commitdiff
added WM_PRINTCLIENT
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2005 00:19:11 +0000 (00:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2005 00:19:11 +0000 (00:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index ec92260c1ddbb309753a832c504b44e9303b8f7c..7d1f8db5c8c86f28857847c7083ae9e7e26f9c54 100644 (file)
@@ -652,6 +652,10 @@ typedef struct {
     #define WM_UPDATEUISTATE    0x0128
 #endif
 
     #define WM_UPDATEUISTATE    0x0128
 #endif
 
+#ifndef WM_PRINTCLIENT
+    #define WM_PRINTCLIENT 0x318
+#endif
+
 #ifndef UIS_INITIALIZE
     #define UIS_INITIALIZE  3
 #endif
 #ifndef UIS_INITIALIZE
     #define UIS_INITIALIZE  3
 #endif