Use _stricmp instead of strcasecmp on MSVC.

This commit is contained in:
Martin Ling
2025-11-25 10:15:37 +00:00
parent 785c068f91
commit 692da36d76

View File

@@ -28,6 +28,10 @@
#include <stdlib.h>
#include <getopt.h>
#ifdef _MSC_VER
#define strcasecmp _stricmp
#endif
#define CLOCK_UNDEFINED 0xFF
#define REGISTER_INVALID 32767