gdi32: Include config.h before using HAVE_XXX.

Francois Gouget fgouget at free.fr
Sat Jul 26 12:12:15 CDT 2008


---
 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>
-- 
1.5.6.2




More information about the wine-patches mailing list