diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 45bccecd2..31c2caacb 100644 --- a/common/util.h +++ b/common/util.h @@ -62,6 +62,7 @@ /* Due to a bug in mingw32's snprintf related to the 'l' modifier and for increased portability we use our snprintf on all systems. */ +#undef snprintf #define snprintf estream_snprintf |