Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome_elf / blacklist / test / blacklist_test_dll_1.cc
bloba4e414d5210db7babf43c67996dbeec7e3944480
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.
5 #include <windows.h>
7 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
8 return TRUE;