From: Eli Zaretskii Date: Sat, 24 May 2008 08:39:34 +0000 (+0000) Subject: Include dispextern.h. X-Git-Tag: emacs-pretest-23.0.90~5317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f481eb312ea63a467bc20514b62af225c0303457;p=emacs.git Include dispextern.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index b2d854b9a0f..5de6cd8a75e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-05-24 Eli Zaretskii + + * w32proc.c: Include dispextern.h. + + * w32.c: Include dispextern.h. + 2008-05-23 Juanma Barranquero * charset.c (Fencode_char, Fsplit_char): Doc fixes. diff --git a/src/w32.c b/src/w32.c index 254cd79ddec..36635a433f5 100644 --- a/src/w32.c +++ b/src/w32.c @@ -100,6 +100,7 @@ along with GNU Emacs. If not, see . */ #include "ndir.h" #include "w32heap.h" #include "systime.h" +#include "dispextern.h" /* for xstrcasecmp */ typedef HRESULT (WINAPI * ShGetFolderPath_fn) (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *); diff --git a/src/w32proc.c b/src/w32proc.c index 3dce1e1f219..56369e63281 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -62,6 +62,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD); #include "process.h" #include "syssignal.h" #include "w32term.h" +#include "dispextern.h" /* for xstrcasecmp */ #define RVA_TO_PTR(var,section,filedata) \ ((void *)((section)->PointerToRawData \