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/windows/user.c b/windows/user.c index 9f603a6..edfa779 100644 --- a/windows/user.c +++ b/windows/user.c
@@ -537,7 +537,7 @@ FIXME_(win32)("(%s,0x%08lx,0x%08lx,%p),stub!\n",debugstr_w(winstation), res1,desiredaccess,lpsa ); - return 0xdeadcafe; + return (HWINSTA)0xdeadcafe; } /***********************************************************************