user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.

Francois Gouget fgouget at free.fr
Sun May 27 06:22:25 CDT 2007


---
 dlls/user32/tests/msg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 12da7f0..523e1f7 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -39,6 +39,7 @@
 /* undocumented SWP flags - from SDK 3.1 */
 #define SWP_NOCLIENTSIZE	0x0800
 #define SWP_NOCLIENTMOVE	0x1000
+#define SWP_STATECHANGED	0x8000
 
 #define SW_NORMALNA	        0xCC    /* undoc. flag in MinMaximize */
 
-- 
1.4.4.4




More information about the wine-patches mailing list