diff options
| author | Eli Zaretskii | 2012-09-01 12:29:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-09-01 12:29:17 +0300 |
| commit | 4dfbd23866adef6886771b80a464decc9e95e7c5 (patch) | |
| tree | f006663ce0fd599115dfe678c8ddfecc715b27e7 /src/image.c | |
| parent | 86571ae075b3fedc4b7312738fe99af9b7991f69 (diff) | |
| download | emacs-4dfbd23866adef6886771b80a464decc9e95e7c5.tar.gz emacs-4dfbd23866adef6886771b80a464decc9e95e7c5.zip | |
Fix last changes related to w32 and Cygwin.
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.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c index c444c986a76..d4e78d41000 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -76,6 +76,7 @@ typedef struct x_bitmap_record Bitmap_Record; | |||
| 76 | #endif /* HAVE_X_WINDOWS */ | 76 | #endif /* HAVE_X_WINDOWS */ |
| 77 | 77 | ||
| 78 | #ifdef HAVE_NTGUI | 78 | #ifdef HAVE_NTGUI |
| 79 | #include "w32.h" | ||
| 79 | /* W32_TODO : Color tables on W32. */ | 80 | /* W32_TODO : Color tables on W32. */ |
| 80 | #undef COLOR_TABLE_SUPPORT | 81 | #undef COLOR_TABLE_SUPPORT |
| 81 | 82 | ||