diff options
| author | Geoff Voelker | 1997-01-20 01:00:08 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1997-01-20 01:00:08 +0000 |
| commit | 07bc5c0becee28a527da16315b726b085657bf42 (patch) | |
| tree | a04769652399314b1004232c6ec29779f64f127f | |
| parent | c0ac470c88400acdcbd20ff018a09e081b475d5e (diff) | |
| download | emacs-07bc5c0becee28a527da16315b726b085657bf42.tar.gz emacs-07bc5c0becee28a527da16315b726b085657bf42.zip | |
Use new name w32gui.h.
| -rw-r--r-- | src/makefile.nt | 12 | ||||
| -rw-r--r-- | src/w32term.h | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index b3768704c46..dfcd012aa7e 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Makefile for GNU Emacs on Windows NT | 1 | # Makefile for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 3 | # Tim Fleehart (apollo@online.com) 17-Apr-92 | 3 | # Tim Fleehart (apollo@online.com) 17-Apr-92 |
| 4 | # Geoff Voelker (voelker@cs.washington.edu) 11-20-93 | 4 | # Geoff Voelker (voelker@cs.washington.edu) 11-20-93 |
| @@ -1042,7 +1042,7 @@ $(BLD)\w32faces.obj: \ | |||
| 1042 | $(SRC)\w32faces.c \ | 1042 | $(SRC)\w32faces.c \ |
| 1043 | $(SRC)\lisp.h \ | 1043 | $(SRC)\lisp.h \ |
| 1044 | $(SRC)\w32term.h \ | 1044 | $(SRC)\w32term.h \ |
| 1045 | $(SRC)\win32.h \ | 1045 | $(SRC)\w32gui.h \ |
| 1046 | $(SRC)\buffer.h \ | 1046 | $(SRC)\buffer.h \ |
| 1047 | $(SRC)\dispextern.h \ | 1047 | $(SRC)\dispextern.h \ |
| 1048 | $(SRC)\frame.h \ | 1048 | $(SRC)\frame.h \ |
| @@ -1057,7 +1057,7 @@ $(BLD)\w32fns.obj: \ | |||
| 1057 | $(SRC)\w32fns.c \ | 1057 | $(SRC)\w32fns.c \ |
| 1058 | $(SRC)\lisp.h \ | 1058 | $(SRC)\lisp.h \ |
| 1059 | $(SRC)\w32term.h \ | 1059 | $(SRC)\w32term.h \ |
| 1060 | $(SRC)\win32.h \ | 1060 | $(SRC)\w32gui.h \ |
| 1061 | $(SRC)\frame.h \ | 1061 | $(SRC)\frame.h \ |
| 1062 | $(SRC)\window.h \ | 1062 | $(SRC)\window.h \ |
| 1063 | $(SRC)\buffer.h \ | 1063 | $(SRC)\buffer.h \ |
| @@ -1089,7 +1089,7 @@ $(BLD)\w32term.obj: \ | |||
| 1089 | $(SRC)\lisp.h \ | 1089 | $(SRC)\lisp.h \ |
| 1090 | $(SRC)\blockinput.h \ | 1090 | $(SRC)\blockinput.h \ |
| 1091 | $(SRC)\w32term.h \ | 1091 | $(SRC)\w32term.h \ |
| 1092 | $(SRC)\win32.h \ | 1092 | $(SRC)\w32gui.h \ |
| 1093 | $(SRC)\systty.h \ | 1093 | $(SRC)\systty.h \ |
| 1094 | $(SRC)\systime.h \ | 1094 | $(SRC)\systime.h \ |
| 1095 | $(SRC)\frame.h \ | 1095 | $(SRC)\frame.h \ |
| @@ -1111,7 +1111,7 @@ $(BLD)\w32select.obj: \ | |||
| 1111 | $(SRC)\w32select.c \ | 1111 | $(SRC)\w32select.c \ |
| 1112 | $(SRC)\lisp.h \ | 1112 | $(SRC)\lisp.h \ |
| 1113 | $(SRC)\w32term.h \ | 1113 | $(SRC)\w32term.h \ |
| 1114 | $(SRC)\win32.h \ | 1114 | $(SRC)\w32gui.h \ |
| 1115 | $(SRC)\dispextern.h \ | 1115 | $(SRC)\dispextern.h \ |
| 1116 | $(SRC)\frame.h \ | 1116 | $(SRC)\frame.h \ |
| 1117 | $(SRC)\blockinput.h | 1117 | $(SRC)\blockinput.h |
| @@ -1123,5 +1123,5 @@ $(BLD)\w32reg.obj: \ | |||
| 1123 | $(SRC)\w32reg.c \ | 1123 | $(SRC)\w32reg.c \ |
| 1124 | $(SRC)\lisp.h \ | 1124 | $(SRC)\lisp.h \ |
| 1125 | $(SRC)\w32term.h \ | 1125 | $(SRC)\w32term.h \ |
| 1126 | $(SRC)\win32.h \ | 1126 | $(SRC)\w32gui.h \ |
| 1127 | $(SRC)\blockinput.h | 1127 | $(SRC)\blockinput.h |
diff --git a/src/w32term.h b/src/w32term.h index 0a75e5c4ad7..b6e7328cd40 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 20 | 20 | ||
| 21 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 22 | 22 | ||
| 23 | #include <win32.h> | 23 | #include <w32gui.h> |
| 24 | 24 | ||
| 25 | /* The class of this X application. */ | 25 | /* The class of this X application. */ |
| 26 | #define EMACS_CLASS "Emacs" | 26 | #define EMACS_CLASS "Emacs" |