mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
let's try to avoid re-defining _vsnprintf on Windows
This commit is contained in:
parent
25dd8b33d7
commit
a636013730
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue