KWSys 2016-03-29 (b51abb30)

Code extracted from:

    http://public.kitware.com/KWSys.git

at commit b51abb307d3b40957cc508aa54d449d9b41f5537 (master).

Upstream Shortlog
-----------------

Ben Boeckel (1):
      069a6b37 windows: check for _WIN32 rather than WIN32

Felix Geyer (1):
      b51abb30 SystemInformation: Fix spelling typos in comments
This commit is contained in:
KWSys Upstream
2016-03-29 14:29:42 -04:00
committed by Brad King
parent cd4fef3041
commit 735c41ddb0
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ static int testRobustEncoding()
ret++;
}
#ifdef WIN32
#ifdef _WIN32
// 16 bit wchar_t - we make an invalid surrogate pair
wchar_t cwstr[] = {0xD801, 0xDA00, 0};
// this conversion could fail