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

Unified Diff: media/tools/mfplayer/mf_playback_main.cc

Issue 6713107: Make the windows_version.h functions threadsafe by using a singleton. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
Index: media/tools/mfplayer/mf_playback_main.cc
===================================================================
--- media/tools/mfplayer/mf_playback_main.cc (revision 80667)
+++ media/tools/mfplayer/mf_playback_main.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,7 +6,9 @@
#include "media/tools/mfplayer/mfplayer.h"
#include <mfapi.h>
+#define STRSAFE_NO_DEPRECATE
#include <strsafe.h>
+
#include <cassert>
namespace mfplayer {
Property changes on: media/tools/mfplayer/mf_playback_main.cc
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698