-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Summary
Correct the following build failure on windows
c:\data\mci\7715d9930479b9cc91b4c809b7e7b2f9\libmongocrypt\bindings\node\src\mongocrypt.cc(567): error C3861: 'strcasecmp': identifier not found [C:\data\mci\7715d9930479b9cc91b4c809b7e7b2f9\libmongocrypt\bindings\node\build\mongocrypt.vcxproj]
The regression was introduced in NODE-4964
AC
- Find an alternative to strcasecmp or Figure out why strcasecmp isn't available
- Ensure windows builds pass