Commit 19d9416
Fix Windows build compatibility issues (#27)
- Add Windows compatibility for strncasecmp by defining it as _strnicmp
- Fix integer conversion warnings with explicit static_cast
- Resolves compilation errors on MSVC for Windows builds
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Luke Curley <luke.curley@discordapp.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0b3873a commit 19d9416
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
669 | 672 | | |
670 | 673 | | |
671 | 674 | | |
672 | | - | |
| 675 | + | |
673 | 676 | | |
674 | 677 | | |
675 | 678 | | |
| |||
827 | 830 | | |
828 | 831 | | |
829 | 832 | | |
830 | | - | |
| 833 | + | |
831 | 834 | | |
832 | 835 | | |
833 | 836 | | |
| |||
0 commit comments