aboutsummaryrefslogtreecommitdiff
path: root/tools/util/elf2cpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util/elf2cpe.c')
-rw-r--r--tools/util/elf2cpe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/util/elf2cpe.c b/tools/util/elf2cpe.c
index 4379f4a..46b0a37 100644
--- a/tools/util/elf2cpe.c
+++ b/tools/util/elf2cpe.c
@@ -3,6 +3,10 @@
#include <malloc.h>
#include "elf.h"
+#ifdef WIN32
+#define strcasecmp _stricmp
+#endif
+
#define MAX_prg_entry_count 128
#ifndef false