|
|
1.1 ! paf 1: /* ! 2: $Id: pa_table.C,v 1.1 2001/01/29 15:56:04 paf Exp $ ! 3: */ ! 4: ! 5: #ifndef PA_COMMON_H ! 6: #define PA_COMMON_H ! 7: ! 8: #include <stdarg.h> ! 9: ! 10: #ifdef WIN32 ! 11: #define vsnprintf __vsnprintf ! 12: #define snprintf __snprintf ! 13: ! 14: int __vsnprintf(char *, size_t, const char *, va_list); ! 15: int __snprintf(char *, size_t, const char *, ...); ! 16: #endif ! 17: ! 18: #endif