Update V8 to version 4.6.72.
[chromium-blink-merge.git] / rlz / win / dll / dll_main.cc
blob943f517c117b2e2c9f44736a0dfcdd4d67aca10c
1 // Copyright (c) 2012 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 // Main function for the RLZ DLL.
7 #ifndef _WIN32_WINNT
8 #define _WIN32_WINNT 0x0501
9 #endif
10 #include <windows.h>
12 BOOL APIENTRY DllMain(HANDLE module, DWORD reason, LPVOID reserved) {
13 return TRUE;