commit | d3e22d9d55a4397096c92ab340e41bc494a1e7cb | [log] [tgz] |
---|---|---|
author | Jeremy White <jwhite@codeweavers.com> | Thu Feb 10 19:03:02 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 19:03:02 2000 +0000 |
tree | 81977b27206072910f78832dcf1dee5b746b59c2 | |
parent | 923685ac9533a8a78928c759e14acb05abcfc2e9 [diff] [blame] |
Removed #include of wingdi.h and windef.h from winuser.h (and resolved the resulting compilation failures).
diff --git a/msdos/vxd.c b/msdos/vxd.c index 3121fd2..203d75f 100644 --- a/msdos/vxd.c +++ b/msdos/vxd.c
@@ -6,7 +6,11 @@ #include <fcntl.h> #include <memory.h> +#include <sys/types.h> +#include <unistd.h> #include "winbase.h" +#include "windef.h" +#include "wingdi.h" #include "winuser.h" #include "wine/winbase16.h" #include "wine/winuser16.h"