Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: third_party/zlib/gzlib.c

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/zlib/google/zip_reader.cc ('k') | tools/android/adb_remote_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/gzlib.c
diff --git a/third_party/zlib/gzlib.c b/third_party/zlib/gzlib.c
index feffbb1aa56fc9a109767225bb71fbd66b36f93e..54e83444290aca18700c238ad8874f87145bbf7a 100644
--- a/third_party/zlib/gzlib.c
+++ b/third_party/zlib/gzlib.c
@@ -6,7 +6,7 @@
#include "gzguts.h"
#if defined(_WIN32) && !defined(__BORLANDC__)
-# define LSEEK _lseeki64
+# define LSEEK (z_off64_t)_lseeki64
#elif defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
# define LSEEK lseek64
#else
« no previous file with comments | « third_party/zlib/google/zip_reader.cc ('k') | tools/android/adb_remote_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698