mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
committed by
Brad King
parent
cd4fef3041
commit
735c41ddb0
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user