diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:10:38 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:10:38 +0000 |
commit | 339eb8d2719a6fc5c92969b7eb5d85ad498709eb (patch) | |
tree | 62da63b6ed61c37c65368d2fd161687ad5270fda /src/w32gui.h | |
parent | 6f74c2edcba7d43567d2670727c29aa5b3a76a2d (diff) | |
download | emacs-339eb8d2719a6fc5c92969b7eb5d85ad498709eb.tar.gz |
Update include conditionals to use new name.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 4 |
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __WIN32_H__ -#define __WIN32_H__ +#ifndef __W32GUI_H__ +#define __W32GUI_H__ #include <windows.h> |