summaryrefslogtreecommitdiffstats
path: root/chrome_elf/chrome_redirects.def
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 13:49:01 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 13:49:01 +0000
commit8d43ab37f97f6875b85149e9e70c45830f0c4655 (patch)
treea451f95029b234bd2f657882cd49e2463a4e7319 /chrome_elf/chrome_redirects.def
parent466df09d585afe8ff4f3e60364dbf1ce3e618c6d (diff)
downloadchromium_src-8d43ab37f97f6875b85149e9e70c45830f0c4655.zip
chromium_src-8d43ab37f97f6875b85149e9e70c45830f0c4655.tar.gz
chromium_src-8d43ab37f97f6875b85149e9e70c45830f0c4655.tar.bz2
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
Diffstat (limited to 'chrome_elf/chrome_redirects.def')
-rw-r--r--chrome_elf/chrome_redirects.def8
1 files changed, 8 insertions, 0 deletions
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