diff options
Diffstat (limited to 'common/common-config.win.h')
-rw-r--r-- | common/common-config.win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/common-config.win.h b/common/common-config.win.h index e68d3724..b984fb40 100644 --- a/common/common-config.win.h +++ b/common/common-config.win.h @@ -2,3 +2,6 @@ #define HAVE_VSNPRINTF 1 #define vsnprintf _vsnprintf + +#define HAVE_SNPRINTF 1 +#define snprintf _snprintf |