diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 03:50:31 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 03:50:31 +0300 |
commit | ea8554407ed4038aca0eb7835f9d813bdf37c1a9 (patch) | |
tree | d481e9ead5e437de80d7eb2454bc5f0ae40b60bb /globals.h | |
parent | a5ef2e4a080e26fbb91381edf59da9fc9456f9cb (diff) |
fixes .... mainly
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ #ifndef GLOBALS_H #define GLOBALS_H +extern bool bAppendTags; +extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; #endif |