diff options
Diffstat (limited to 'shared/system_constants.h')
-rw-r--r-- | shared/system_constants.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/system_constants.h b/shared/system_constants.h index 6f89609e..9c0cd4a4 100644 --- a/shared/system_constants.h +++ b/shared/system_constants.h @@ -16,7 +16,7 @@ namespace common // GLOBALS //------------------------------------------------ #ifdef FFS_WIN -const Zchar FILE_NAME_SEPARATOR = '\\'; +const Zchar FILE_NAME_SEPARATOR = '\\'; // const wxChar LINE_BREAK[] = wxT("\r\n"); //internal linkage #elif defined FFS_LINUX const Zchar FILE_NAME_SEPARATOR = '/'; @@ -26,5 +26,4 @@ const wxChar LINE_BREAK[] = wxT("\n"); const char BYTE_ORDER_MARK_UTF8[] = "\xEF\xBB\xBF"; } - #endif // SYSTEMCONSTANTS_H_INCLUDED |