Mercurial > emacs
diff src/w32bdf.h @ 29601:9cbfd0ef31df
Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Mon, 12 Jun 2000 19:09:42 +0000 |
| parents | 541ff963ba80 |
| children | cc32b6a62560 |
line wrap: on
line diff
--- a/src/w32bdf.h Mon Jun 12 19:09:11 2000 +0000 +++ b/src/w32bdf.h Mon Jun 12 19:09:42 2000 +0000 @@ -21,8 +21,8 @@ /* 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 bytelen, int fixed_pitch_size); int w32_BDF_to_x_font (char *file, char* xstr, int len); -#endif /* __W32BDF_H__ */ +#endif /* EMACS_W32BDF_H */
