blob: b984fb40631871a48e7ca4a8c1068f1b09ffba83 [file] [log] [blame]
Adam Tkac247b7292008-11-14 13:11:31 +00001/* common-config.win.h - Platform-specific definitions for Windows */
2
3#define HAVE_VSNPRINTF 1
4#define vsnprintf _vsnprintf
Adam Tkac3422fbd2008-12-03 14:18:19 +00005
6#define HAVE_SNPRINTF 1
7#define snprintf _snprintf