Francois Gouget : gdi32: Include config.h before using HAVE_XXX.

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:07:10 CDT 2008


Module: wine
Branch: master
Commit: 56aab13ecc8e8cb2cb75fa6972a72583fabfe2ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=56aab13ecc8e8cb2cb75fa6972a72583fabfe2ed

Author: Francois Gouget <fgouget at 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>




More information about the wine-cvs mailing list