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

This commit is contained in:
Daniel Fischer 2008-08-13 18:44:05 +02:00
commit a636013730

View file

@ -7,10 +7,10 @@
/* @(#) $Id$ */
#include "zutil.h"
#include <stdio.h>
#include "zutil.h"
#ifdef NO_DEFLATE /* for compatibility with old definition */
# define NO_GZCOMPRESS
#endif