]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last changes related to w32 and Cygwin.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2012 09:29:17 +0000 (12:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2012 09:29:17 +0000 (12:29 +0300)
 src/image.c: Restore mistakenly removed inclusion of w32.h.  Without
 it, GCC doesn't see prototypes of w32_delayed_load, and complains
 about implicit conversions from integer to pointer.

src/ChangeLog
src/image.c

index cfa60cbcf661b91931e5cb3d2678010da90882d0..56e45503ad067fa36a875067b549ec62c3d9edf3 100644 (file)
@@ -1,3 +1,9 @@
+2012-09-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * image.c: Restore mistakenly removed inclusion of w32.h.  Without
+       it, GCC doesn't see prototypes of w32_delayed_load, and complains
+       about implicit conversions from integer to pointer.
+
 2012-09-01  Daniel Colascione  <dancol@dancol.org>
 
        * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
index c444c986a76c37488727ccd608e09de4fac56ac0..d4e78d41000d9dc908f215278b706b312ef59175 100644 (file)
@@ -76,6 +76,7 @@ typedef struct x_bitmap_record Bitmap_Record;
 #endif /* HAVE_X_WINDOWS */
 
 #ifdef HAVE_NTGUI
+#include "w32.h"
 /* W32_TODO : Color tables on W32.  */
 #undef COLOR_TABLE_SUPPORT