X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=e7f530fe85b4c901669dcaa197788ad783aa4f4c;hb=d3bbc8d2cbb5fcc61e9f4e282effd0f2777a5cc3;hp=f53250aa8df1f231096637bccb47fc4249a00c86;hpb=4835077e00c2cf7e3dba7bf7801c6aafd9d00dbe;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index f53250a..e7f530f 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -32,6 +32,11 @@ extern "C" { #endif +#ifdef _MSC_VER +#define snprintf _snprintf +#define strcasecmp _stricmp +#define strncasecmp _strnicmp +#endif // ----------------------- 68000 CPU ----------------------- #ifdef EMU_C68K