diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32bdf.h | 6 |
1 files 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. */ | |||
| 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of | 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of |
| 22 | MULE for W32). */ | 22 | MULE for W32). */ |
| 23 | 23 | ||
| 24 | #ifndef __W32BDF_H__ | 24 | #ifndef EMACS_W32BDF_H |
| 25 | #define __W32BDF_H__ | 25 | #define EMACS_W32BDF_H |
| 26 | 26 | ||
| 27 | #define BDF_FIRST_OFFSET_TABLE 0x200 | 27 | #define BDF_FIRST_OFFSET_TABLE 0x200 |
| 28 | #define BDF_SECOND_OFFSET_TABLE 0x80 | 28 | #define BDF_SECOND_OFFSET_TABLE 0x80 |
| @@ -101,4 +101,4 @@ int w32_BDF_TextOut (bdffont *fontp, HDC hdc, int left, | |||
| 101 | int bytelen, int fixed_pitch_size); | 101 | int bytelen, int fixed_pitch_size); |
| 102 | int w32_BDF_to_x_font (char *file, char* xstr, int len); | 102 | int w32_BDF_to_x_font (char *file, char* xstr, int len); |
| 103 | 103 | ||
| 104 | #endif /* __W32BDF_H__ */ | 104 | #endif /* EMACS_W32BDF_H */ |