diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
commit | 98ecf620f7de377dc8ae9ad7fbd1e3b24477e138 (patch) | |
tree | faadc6d8822c20cd3bc6f50b2a98e6c580585949 /shared/zstring.h | |
parent | 3.16 (diff) | |
download | FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.gz FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.bz2 FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.zip |
3.17
Diffstat (limited to 'shared/zstring.h')
-rw-r--r-- | shared/zstring.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/zstring.h b/shared/zstring.h index 286ed7cc..ae77d333 100644 --- a/shared/zstring.h +++ b/shared/zstring.h @@ -112,6 +112,9 @@ typedef wchar_t Zchar; #elif defined FFS_LINUX //Linux uses UTF-8 typedef char Zchar; #define Zstr(x) x + +#else +#error define platform you are in: FFS_WIN or FFS_LINUX #endif //"The reason for all the fuss above" (Loki/SmartPtr) |