Commit 8d077fe
committed
fix(windows): add strcasecmp compatibility for MSVC builds
Windows MSVC uses _stricmp instead of POSIX strcasecmp.
Add define to utility.c to map strcasecmp to stricmp when
building with MSVC, fixing linker errors for ensure_output_extension.
This matches the same pattern used in ccx_encoders_helpers.c.1 parent 14d290b commit 8d077fe
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments