Francois Gouget : user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.
Module: wine Branch: master Commit: 1ecd90a2223a4318f68c2c0fe733a1da5030e963 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ecd90a2223a4318f68c2c0fe7... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun May 27 13:22:25 2007 +0200 user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK. --- 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..aaa47e3 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 */
participants (1)
-
Alexandre Julliard