--- portab.h 2003/01/05 03:31:26 1.26.2.5 +++ portab.h 2003/01/26 05:09:00 1.26.2.7 @@ -52,7 +52,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: portab.h,v 1.26.2.5 2003/01/05 03:31:26 suxen_drol Exp $ + * $Id: portab.h,v 1.26.2.7 2003/01/26 05:09:00 suxen_drol Exp $ * ****************************************************************************/ @@ -76,7 +76,7 @@ /* debug level for this library */ #ifdef _DEBUG -#define DPRINTF_LEVEL (DPRINTF_RC|0x0000000f) +#define DPRINTF_LEVEL (DPRINTF_RC|0x0000007F) #else #define DPRINTF_LEVEL DPRINTF_RC #endif @@ -167,6 +167,10 @@ #include #include + /* non-ansi function mapping */ +# define snprintf _snprintf +# define vsnprintf _vsnprintf + /* * This function must be declared/defined all the time because MSVC does * not support C99 variable arguments macros