Commit e9067a66 authored by Daniel Fischer's avatar Daniel Fischer

let's try to avoid re-defining _vsnprintf on Windows

parent f5bbcba9
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
/* @(#) $Id$ */ /* @(#) $Id$ */
#include "zutil.h"
#include <stdio.h> #include <stdio.h>
#include "zutil.h"
#ifdef NO_DEFLATE /* for compatibility with old definition */ #ifdef NO_DEFLATE /* for compatibility with old definition */
# define NO_GZCOMPRESS # define NO_GZCOMPRESS
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment