diff options
Diffstat (limited to 'src/HTFont.h')
-rw-r--r-- | src/HTFont.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HTFont.h b/src/HTFont.h index 9ab44fd5..61ece860 100644 --- a/src/HTFont.h +++ b/src/HTFont.h @@ -8,8 +8,12 @@ typedef long int HTMLFont; /* For now */ +#ifndef HT_NON_BREAK_SPACE #define HT_NON_BREAK_SPACE ((char)1) /* For now */ +#endif /* !HT_NON_BREAK_SPACE */ +#ifndef HT_EM_SPACE #define HT_EM_SPACE ((char)2) /* For now */ +#endif /* !HT_EM_SPACE */ #define HT_FONT 0 |