1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

(EMACS_W32GUI_H): Renamed from __W32GUI_H__

This commit is contained in:
Jason Rumney 2000-06-12 19:22:16 +00:00
parent e588809c3f
commit 3b15de4820

View File

@ -18,9 +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 __W32GUI_H__
#define __W32GUI_H__
#ifndef EMACS_W32GUI_H
#define EMACS_W32GUI_H
#include <windows.h>
#include "w32bdf.h"
@ -98,4 +97,4 @@ extern int nCmdShow;
extern int XParseGeometry ();
#endif
#endif /* EMACS_W32GUI_H */