diff options
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tipper/common.h b/tipper/common.h index 7cf7690..bc11b16 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -78,5 +78,6 @@ extern HFONT hFontTitle, hFontLabels, hFontValues; extern COLORREF colTitle, colLabels, colBg, colValues;
extern int code_page;
+extern bool unicode_system;
extern struct MM_INTERFACE memoryManagerInterface;
|