aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1997-01-20 01:10:38 +0000
committerGeoff Voelker1997-01-20 01:10:38 +0000
commit5fba49f0cde98a8210ffc80e01e8de1e6868a9fe (patch)
treeaea83ec4eb0217abf65dc6d19e48826fbc8c4b41 /src
parentb63f9ba13790b8720932c374bf0167e7145c569e (diff)
downloademacs-5fba49f0cde98a8210ffc80e01e8de1e6868a9fe.tar.gz
emacs-5fba49f0cde98a8210ffc80e01e8de1e6868a9fe.zip
Update include conditionals to use new name.
Diffstat (limited to 'src')
-rw-r--r--src/w32gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 6689211ab02..9cc6fe282bb 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02111-1307, USA. */
20 20
21#ifndef __WIN32_H__ 21#ifndef __W32GUI_H__
22#define __WIN32_H__ 22#define __W32GUI_H__
23 23
24#include <windows.h> 24#include <windows.h>
25 25