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/dib.c b/objects/dib.c index 43239d8..7b4ba69 100644 --- a/objects/dib.c +++ b/objects/dib.c
@@ -27,6 +27,7 @@ #include "bitmap.h" #include "gdi.h" #include "wownt32.h" +#include "gdi_private.h" #include "wine/debug.h" #include "palette.h"