Francois Gouget : gdi32: Include config.h before using HAVE_XXX.
28 Jul
2008
28 Jul
'08
1:07 p.m.
Module: wine Branch: master Commit: 56aab13ecc8e8cb2cb75fa6972a72583fabfe2ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=56aab13ecc8e8cb2cb75fa6972... Author: Francois Gouget <fgouget(a)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>
6443
Age (days ago)
6443
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard