From: Jason Rumney Date: Mon, 12 Jun 2000 19:09:42 +0000 (+0000) Subject: Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec. X-Git-Tag: emacs-pretest-21.0.90~3363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cc436ed3b6e2c422e70d5a4216fa4b244d637bc;p=emacs.git Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec. --- 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 */