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/bitmap.c b/objects/bitmap.c index 8d36f48..7ced4f7 100644 --- a/objects/bitmap.c +++ b/objects/bitmap.c
@@ -23,10 +23,11 @@ #include <string.h> #include "wine/winbase16.h" +#include "wine/winuser16.h" #include "gdi.h" #include "bitmap.h" +#include "gdi_private.h" #include "wine/debug.h" -#include "wine/winuser16.h" WINE_DEFAULT_DEBUG_CHANNEL(bitmap);