From 766b34683c8dfeca56fca704b4e099d5aa7d39ad Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Sat, 3 Sep 2011 07:23:03 -0700 Subject: [PATCH] Fix Windows build --- ispc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ispc.cpp b/ispc.cpp index 43e047fd..cd217a97 100644 --- a/ispc.cpp +++ b/ispc.cpp @@ -42,6 +42,7 @@ #ifdef ISPC_IS_WINDOWS #include #include +#define strcasecmp stricmp #endif #include #include