List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:August 13 2008 4:44pm
Subject:bzr commit into mysql-5.0 branch (df:2647)
View as plain text  
#At file:///shared/home/df/mysql/bazaar/mysql-5.0-build/

 2647 Daniel Fischer	2008-08-13
      let's try to avoid re-defining _vsnprintf on Windows
modified:
  zlib/gzio.c

=== modified file 'zlib/gzio.c'
--- a/zlib/gzio.c	2006-01-12 14:32:39 +0000
+++ b/zlib/gzio.c	2008-08-13 16:44:05 +0000
@@ -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

Thread
bzr commit into mysql-5.0 branch (df:2647) Daniel Fischer13 Aug