1#ifndef __TCLXSLT_WIN32_CONFIG__
2#define __TCLXSLT_WIN32_CONFIG__
3
4/* Microsoft's C runtime names all non-ANSI functions with a leading
5   underscore. Since functionality is still the same, they can be used. */
6#define snprintf _snprintf
7#define vsnprintf _vsnprintf
8
9#endif /* __TCLXSLT_WIN32_CONFIG__ */