let it build on msvc

supposedly for the original XBox?
This commit is contained in:
notaz 2017-10-14 21:28:24 +03:00
parent adb98333d7
commit 24aab4da73
8 changed files with 84 additions and 44 deletions

View file

@ -15,4 +15,11 @@
#define ALIGNED(n)
#endif
#ifdef _MSC_VER
#define snprintf _snprintf
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define strdup _strdup
#endif
#endif // PICO_PORT_INCLUDED