commit | 44a182229be4a97ba6e59fe7d90516efc60efdbc | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Dec 19 04:53:20 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 19 04:53:20 2000 +0000 |
tree | 57c6075243977478fb6560f985905552aac86c7a | |
parent | ef14b8a9e663e67ace90b2b0385eacc0071012e1 [diff] [blame] |
winuser.h now requires that we include winbase.h first.
diff --git a/windows/hook.c b/windows/hook.c index 68ca4c1..a2b7ca7 100644 --- a/windows/hook.c +++ b/windows/hook.c
@@ -15,6 +15,7 @@ */ #include "windef.h" +#include "winbase.h" #include "wingdi.h" #include "winuser.h" #include "wine/winuser16.h"