Module: wine Branch: master Commit: 56aab13ecc8e8cb2cb75fa6972a72583fabfe2ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=56aab13ecc8e8cb2cb75fa6972...
Author: Francois Gouget fgouget@free.fr Date: Sat Jul 26 19:12:15 2008 +0200
gdi32: Include config.h before using HAVE_XXX.
---
dlls/gdi32/bitblt.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/gdi32/bitblt.c b/dlls/gdi32/bitblt.c index f446e26..cff45be 100644 --- a/dlls/gdi32/bitblt.c +++ b/dlls/gdi32/bitblt.c @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#include "config.h" + #include <stdarg.h>
#include <math.h>