commit | 54300e592c3830ffa7affc7b735aeea982e422a4 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Jan 09 20:56:06 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 09 20:56:06 2001 +0000 |
tree | 5344505bdcb2870e54f71976f260386370b76f01 | |
parent | 418e27ea68ce9aca22bde694c39e9503c59bee40 [diff] [blame] |
Move HDWP to winuser.h. Convert HWINSTA to STRICT.
diff --git a/dlls/user/misc.c b/dlls/user/misc.c index 16e72f6..443874b 100644 --- a/dlls/user/misc.c +++ b/dlls/user/misc.c
@@ -51,10 +51,10 @@ * Success: Handle to window station associated with calling process * Failure: NULL */ -DWORD WINAPI GetProcessWindowStation(void) +HWINSTA WINAPI GetProcessWindowStation(void) { FIXME("(void): stub\n"); - return 1; + return (HWINSTA)1; }