aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1997-01-20 00:58:23 +0000
committerGeoff Voelker1997-01-20 00:58:23 +0000
commitc0ac470c88400acdcbd20ff018a09e081b475d5e (patch)
tree0fe8b3e816dced31a46944d9877cf28f955de1f2 /src
parentde31b97a3e1ad25faf450289eec5adbf511ad9d4 (diff)
downloademacs-c0ac470c88400acdcbd20ff018a09e081b475d5e.tar.gz
emacs-c0ac470c88400acdcbd20ff018a09e081b475d5e.zip
Use new name w32gui.h
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 98bbb5e0650..a1ed2986ba1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -34,7 +34,7 @@ extern int display_completed;
34#endif 34#endif
35 35
36#ifdef HAVE_NTGUI 36#ifdef HAVE_NTGUI
37#include "win32.h" 37#include "w32gui.h"
38#endif 38#endif
39 39
40#ifdef HAVE_FACES 40#ifdef HAVE_FACES