From: Geoff Voelker Date: Mon, 20 Jan 1997 01:00:08 +0000 (+0000) Subject: Use new name w32gui.h. X-Git-Tag: emacs-20.1~3056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07bc5c0becee28a527da16315b726b085657bf42;p=emacs.git Use new name w32gui.h. --- 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 @@ -# 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 @@ $(BLD)\w32faces.obj: \ $(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 @@ $(BLD)\w32fns.obj: \ $(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 @@ $(BLD)\w32term.obj: \ $(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 @@ $(BLD)\w32select.obj: \ $(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 @@ $(BLD)\w32reg.obj: \ $(SRC)\w32reg.c \ $(SRC)\lisp.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(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. */ /* Added by Kevin Gallo */ -#include +#include /* The class of this X application. */ #define EMACS_CLASS "Emacs"