commit | a9f55c46c1148b599d8617d7962f4092d5c3451d | [log] [tgz] |
---|---|---|
author | Huw D M Davies <h.davies1@physics.ox.ac.uk> | Sat May 08 12:45:18 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 08 12:45:18 1999 +0000 |
tree | 0ad835b595c7b1adb2888b829131631817f2f733 | |
parent | 9d14a001f770e7e7bf89a303a800d9ea1b0ac90f [diff] [blame] |
Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs to bring wingdi.h almost upto a complete NT4.0 interface. Fix return value of SetRectRgn().
diff --git a/misc/printdrv.c b/misc/printdrv.c index 668d9c8..2fbafdf 100644 --- a/misc/printdrv.c +++ b/misc/printdrv.c
@@ -10,6 +10,8 @@ #include <string.h> #include <ctype.h> #include "winspool.h" +#include "winbase.h" +#include "wine/wingdi16.h" #include "ldt.h" #include "winerror.h" #include "winreg.h"