]> granicus.if.org Git - php/commitdiff
Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 25 Oct 2005 15:52:08 +0000 (15:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 25 Oct 2005 15:52:08 +0000 (15:52 +0000)
ext/bz2/bz2.c

index 81fed64246c607b17d2192af2811f582879724c5..f3939c5ea3f83d4c01254a172fa19aa7541c9f4c 100644 (file)
@@ -441,7 +441,7 @@ PHP_FUNCTION(bzdecompress)
        char *source, *dest;
        int source_len, error;
        long small = 0;
-#if defined(PHP_WIN32) && _MSC_VER < 1300
+#if defined(PHP_WIN32)
        unsigned __int64 size = 0;
 #else
        unsigned long long size = 0;