| 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/graphics/mapping.c b/graphics/mapping.c index 43038da..507c789 100644 --- a/graphics/mapping.c +++ b/graphics/mapping.c
@@ -20,6 +20,7 @@ #include "gdi.h" #include "wownt32.h" +#include "gdi_private.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(gdi);