Added Corsican translation (patch #268)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6786 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-10-08 13:48:28 +00:00
parent b4d51b196a
commit 8e582490ff
7 changed files with 334 additions and 0 deletions

View file

@ -285,6 +285,7 @@ static inline int makensismain(int argc, TCHAR **argv)
allow_unaligned_data_access();
#endif
assert(sizeof(UINT_PTR) == sizeof(void*));
assert('a' + 25 == 'z' && '0' < 'A' && 'A' < 'a'); // ASCII, do you speak it?
assert(sizeof(wchar_t) > 1 && sizeof(wchar_t) <= 4);
assert(sizeof(WINWCHAR) == 2 && sizeof(WORD) == 2);
assert(sizeof(WINWCHAR) == sizeof(WCHAR)); // Not really required but if WCHAR changes we need to know