X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2Fporting.h;h=942acab36114e302b3c44aca8c89b25965f8a5f8;hp=a4f6c1fdf5766a70f72586bf417e0677a24ed0b1;hb=7e140e4a6676bed7583831251469fcee457f7654;hpb=2eef1ee603f4816af29e29482a298576273794d2 diff --git a/ABM2/porting.h b/ABM2/porting.h index a4f6c1f..942acab 100644 --- a/ABM2/porting.h +++ b/ABM2/porting.h @@ -1,3 +1,4 @@ #ifndef WIN32 #define vsprintf_s vsnprintf + #define sprintf_s snprintf #endif // !WIN32