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

Unified Diff: src/processor/tokenize.cc

Issue 1292503005: Don't use strtok_s for mingw builds (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 4 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/processor/cfi_frame_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/tokenize.cc
===================================================================
--- src/processor/tokenize.cc (revision 1490)
+++ src/processor/tokenize.cc (working copy)
@@ -36,7 +36,7 @@
namespace google_breakpad {
-#ifdef _WIN32
+#ifdef _MSC_VER
#define strtok_r strtok_s
#endif
« no previous file with comments | « src/processor/cfi_frame_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698