35#ifndef LIBTCOD_PORTABILITY_H
36#define LIBTCOD_PORTABILITY_H
65#define TCOD_VISUAL_STUDIO
73#elif defined(__MINGW32__)
82#elif defined(__HAIKU__)
97#elif defined(__FreeBSD__)
101#define TCOD_FREEBSD64
104#define TCOD_FREEBSD32
106#elif defined(__APPLE__) && defined(__MACH__)
140#define vswprintf _vsnwprintf
int TCOD_strcasecmp(const char *s1, const char *s2)
Compare two ASCII strings ignoring case.
int TCOD_strncasecmp(const char *s1, const char *s2, size_t n)
Compare two ASCII strings ignoring case.
char * TCOD_strdup(const char *s)
Allocate and return a duplicate of string s.