diff options
| author | Eli Zaretskii | 2008-05-24 08:39:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-24 08:39:34 +0000 |
| commit | f481eb312ea63a467bc20514b62af225c0303457 (patch) | |
| tree | 050b7afc6ae87cb5ee353083b2ea030f24e901b1 /src/w32.c | |
| parent | b1722a46404813e754e06aef356e48abae02c8f0 (diff) | |
| download | emacs-f481eb312ea63a467bc20514b62af225c0303457.tar.gz emacs-f481eb312ea63a467bc20514b62af225c0303457.zip | |
Include dispextern.h.
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -100,6 +100,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 100 | #include "ndir.h" | 100 | #include "ndir.h" |
| 101 | #include "w32heap.h" | 101 | #include "w32heap.h" |
| 102 | #include "systime.h" | 102 | #include "systime.h" |
| 103 | #include "dispextern.h" /* for xstrcasecmp */ | ||
| 103 | 104 | ||
| 104 | typedef HRESULT (WINAPI * ShGetFolderPath_fn) | 105 | typedef HRESULT (WINAPI * ShGetFolderPath_fn) |
| 105 | (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *); | 106 | (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *); |