changeset 16888:380c7e461c14

Use new name w32gui.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Mon, 20 Jan 1997 01:00:08 +0000
parents dd6cbc8b53e8
children 8de32e992e4d
files src/makefile.nt src/w32term.h
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.nt	Mon Jan 20 00:58:23 1997 +0000
+++ b/src/makefile.nt	Mon Jan 20 01:00:08 1997 +0000
@@ -1,4 +1,4 @@
-#  Makefile for GNU Emacs on Windows NT
+#  Makefile for GNU Emacs on the Microsoft W32 API.
 #  Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 #   Tim Fleehart (apollo@online.com)            17-Apr-92
 #   Geoff Voelker (voelker@cs.washington.edu)   11-20-93
@@ -1042,7 +1042,7 @@
 	$(SRC)\w32faces.c \
 	$(SRC)\lisp.h \
 	$(SRC)\w32term.h \
-	$(SRC)\win32.h \
+	$(SRC)\w32gui.h \
 	$(SRC)\buffer.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\frame.h \
@@ -1057,7 +1057,7 @@
 	$(SRC)\w32fns.c \
 	$(SRC)\lisp.h \
 	$(SRC)\w32term.h \
-	$(SRC)\win32.h \
+	$(SRC)\w32gui.h \
 	$(SRC)\frame.h \
   	$(SRC)\window.h \
 	$(SRC)\buffer.h \
@@ -1089,7 +1089,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\blockinput.h \
 	$(SRC)\w32term.h \
-	$(SRC)\win32.h \
+	$(SRC)\w32gui.h \
 	$(SRC)\systty.h \
 	$(SRC)\systime.h \
 	$(SRC)\frame.h \
@@ -1111,7 +1111,7 @@
 	$(SRC)\w32select.c \
 	$(SRC)\lisp.h \
 	$(SRC)\w32term.h \
-	$(SRC)\win32.h \
+	$(SRC)\w32gui.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\frame.h \
 	$(SRC)\blockinput.h
@@ -1123,5 +1123,5 @@
 	$(SRC)\w32reg.c \
 	$(SRC)\lisp.h \
 	$(SRC)\w32term.h \
-	$(SRC)\win32.h \
+	$(SRC)\w32gui.h \
 	$(SRC)\blockinput.h
--- a/src/w32term.h	Mon Jan 20 00:58:23 1997 +0000
+++ b/src/w32term.h	Mon Jan 20 01:00:08 1997 +0000
@@ -20,7 +20,7 @@
 
 /* Added by Kevin Gallo */
 
-#include <win32.h>
+#include <w32gui.h>
 
 /* The class of this X application.  */
 #define EMACS_CLASS "Emacs"