Mercurial > emacs
diff src/w32.c @ 95277:3df8e58fdc7f
Include dispextern.h.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 24 May 2008 08:38:55 +0000 |
| parents | cb71cb48eb66 |
| children | 4390d64d3328 |
line wrap: on
line diff
--- a/src/w32.c Sat May 24 08:29:28 2008 +0000 +++ b/src/w32.c Sat May 24 08:38:55 2008 +0000 @@ -100,6 +100,7 @@ #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 *);
