| commit | 6ec42c0c3b752355587e60964a5803e4be06b366 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 00:35:38 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 00:35:38 2004 +0000 |
| tree | bd9b0bf6751e3e889115bea8358b492e5ca4c3af | |
| parent | d03300eca3859193675e74275eed1472faa29ed9 [diff] [blame] |
Moved a bunch of definitions from gdi.h into a new gdi_private.h to make sure we don't use them outside of gdi32.
diff --git a/objects/metafile.c b/objects/metafile.c index 4e233a3..656bcd6 100644 --- a/objects/metafile.c +++ b/objects/metafile.c
@@ -54,6 +54,7 @@ #include "wownt32.h" #include "winreg.h" #include "winternl.h" +#include "gdi_private.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(metafile);