mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
14 lines
394 B
Diff
14 lines
394 B
Diff
|
diff --git a/framework/src/util/PropsCheck.h b/framework/src/util/PropsCheck.h
|
||
|
index 26acd33..930a328 100644
|
||
|
--- a/framework/src/util/PropsCheck.h
|
||
|
+++ b/framework/src/util/PropsCheck.h
|
||
|
@@ -47,7 +47,7 @@
|
||
|
|
||
|
#ifdef US_PLATFORM_WINDOWS
|
||
|
# include <string.h>
|
||
|
-# define ci_compare strnicmp
|
||
|
+# define ci_compare _strnicmp
|
||
|
#else
|
||
|
# include <strings.h>
|
||
|
# define ci_compare strncasecmp
|