From 8d43ab37f97f6875b85149e9e70c45830f0c4655 Mon Sep 17 00:00:00 2001 From: "caitkp@chromium.org" Date: Wed, 22 Jan 2014 13:49:01 +0000 Subject: Use an alternate mechanism for CreateFile calls in Chrome BUG=334379 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245464 Review URL: https://codereview.chromium.org/138593004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246313 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_elf/chrome_redirects.def | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 chrome_elf/chrome_redirects.def (limited to 'chrome_elf/chrome_redirects.def') diff --git a/chrome_elf/chrome_redirects.def b/chrome_elf/chrome_redirects.def new file mode 100644 index 0000000..30eb718 --- /dev/null +++ b/chrome_elf/chrome_redirects.def @@ -0,0 +1,8 @@ +; Copyright 2014 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. + +LIBRARY "chrome_redirects.dll" + +EXPORTS + CreateFileW=CreateFileWRedirect -- cgit v1.1