From 4cc436ed3b6e2c422e70d5a4216fa4b244d637bc Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 12 Jun 2000 19:09:42 +0000 Subject: [PATCH] Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec. --- src/w32bdf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/w32bdf.h b/src/w32bdf.h index 2f08890d97a..218cc0331dc 100644 --- a/src/w32bdf.h +++ b/src/w32bdf.h @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */ /* Based heavily on code by H. Miyashita for Meadow (a descendant of MULE for W32). */ -#ifndef __W32BDF_H__ -#define __W32BDF_H__ +#ifndef EMACS_W32BDF_H +#define EMACS_W32BDF_H #define BDF_FIRST_OFFSET_TABLE 0x200 #define BDF_SECOND_OFFSET_TABLE 0x80 @@ -101,4 +101,4 @@ int w32_BDF_TextOut (bdffont *fontp, HDC hdc, int left, int bytelen, int fixed_pitch_size); int w32_BDF_to_x_font (char *file, char* xstr, int len); -#endif /* __W32BDF_H__ */ +#endif /* EMACS_W32BDF_H */ -- 2.39.2