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:
parent
e588809c3f
commit
3b15de4820
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user