panic() instead of assert(0).
[libfirm] / win32 / config.h
index d480b6e..48e35e6 100644 (file)
 /* map some non-POSIX names for Win32 */
 #define snprintf    _snprintf
 #define strcasecmp  stricmp
+#define strncasecmp _strnicmp
 #define __attribute__(x)
 
 typedef unsigned __int32 uint32_t;