Commit 1ecd90a2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves.…

user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.
parent a50dfc17
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment