repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome_elf
/
blacklist
/
test
/
blacklist_test_dll_1.cc
blob
a4e414d5210db7babf43c67996dbeec7e3944480
1
// Copyright 2013 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include <windows.h>
6
7
BOOL APIENTRY
DllMain
(
HMODULE module
,
DWORD reason
,
LPVOID reserved
) {
8
return
TRUE
;
9
}