commit | 04c3e1d456738a1854f295ff6f9521d8c2426817 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Fri Feb 19 10:37:02 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 19 10:37:02 1999 +0000 |
tree | 44ceda5a37b1e4e0c80c01cd41480979dcc7bb0a | |
parent | 025464634a8e9964854c2c038816dc505b1bb4e7 [diff] [blame] |
Removed a lot of occurences of windows.h (and added necessary other includes).
diff --git a/loader/resource.c b/loader/resource.c index 082bbff..d14f0c1 100644 --- a/loader/resource.c +++ b/loader/resource.c
@@ -12,7 +12,10 @@ #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> -#include "windows.h" +#include "ntdll.h" +#include "winbase.h" +#include "winuser.h" +#include "wine/winbase16.h" #include "wine/winuser16.h" #include "gdi.h" #include "global.h"