1 diff --git a/xsec/tools/xtest/xtest.cpp b/xsec/tools/xtest/xtest.cpp
2 index ec40cb2..9cd389e 100644
3 --- a/xsec/tools/xtest/xtest.cpp
4 +++ b/xsec/tools/xtest/xtest.cpp
5 @@ -2566,7 +2566,7 @@ int main(int argc, char **argv) {
8 #if defined(XSEC_HAVE_NSS)
9 - else if (stricmp(argv[paramCount], "--nss") == 0 || stricmp(argv[paramCount], "-n") == 0) {
10 + else if (_stricmp(argv[paramCount], "--nss") == 0 || _stricmp(argv[paramCount], "-n") == 0) {