| Index: runtime/bin/test_extension_dllmain_win.cc
|
| diff --git a/runtime/bin/test_extension_dllmain_win.cc b/runtime/bin/test_extension_dllmain_win.cc
|
| index ba2199aa5b0908b309773deef059e5c943388713..93b66d64f557133e48f63e3a3ec9bbb7908fbf0f 100644
|
| --- a/runtime/bin/test_extension_dllmain_win.cc
|
| +++ b/runtime/bin/test_extension_dllmain_win.cc
|
| @@ -8,9 +8,7 @@
|
| #define WIN32_LEAN_AND_MEAN
|
| #include <windows.h> // NOLINT
|
|
|
| -BOOL APIENTRY DllMain(HMODULE module,
|
| - DWORD reason,
|
| - LPVOID reserved) {
|
| +BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
|
| return true;
|
| }
|
|
|
|
|