X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_port.h;fp=pico%2Fpico_port.h;h=605778d8497f3d830ae73b47aec87fc316627e6f;hb=24aab4da7352b5cecad4e09b0dcc0807b14786f2;hp=f1d95a56b5a8681829a5a8170720599881cd6959;hpb=adb98333d7ab029a61d79c1e437bbea7111ec09d;p=picodrive.git diff --git a/pico/pico_port.h b/pico/pico_port.h index f1d95a5..605778d 100644 --- a/pico/pico_port.h +++ b/pico/pico_port.h @@ -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