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

Unified Diff: src/libFLAC/stream_encoder.c

Issue 23988003: Fix flac compilation on VS2013 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/flac.git@master
Patch Set: Created 7 years, 3 months 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 | « src/libFLAC/stream_decoder.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libFLAC/stream_encoder.c
===================================================================
--- src/libFLAC/stream_encoder.c (revision 222896)
+++ src/libFLAC/stream_encoder.c (working copy)
@@ -50,7 +50,7 @@
#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */
#define fseeko fseek
#define ftello ftell
-#elif _MSC_VER <= 1700
+#else
#define fseeko _fseeki64
#define ftello _ftelli64
#endif
« no previous file with comments | « src/libFLAC/stream_decoder.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698