aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorEli Zaretskii2008-05-24 08:39:34 +0000
committerEli Zaretskii2008-05-24 08:39:34 +0000
commitf481eb312ea63a467bc20514b62af225c0303457 (patch)
tree050b7afc6ae87cb5ee353083b2ea030f24e901b1 /src/w32.c
parentb1722a46404813e754e06aef356e48abae02c8f0 (diff)
downloademacs-f481eb312ea63a467bc20514b62af225c0303457.tar.gz
emacs-f481eb312ea63a467bc20514b62af225c0303457.zip
Include dispextern.h.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c1
1 files changed, 1 insertions, 0 deletions
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 <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
104typedef HRESULT (WINAPI * ShGetFolderPath_fn) 105typedef 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 *);