/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/utils/v8dll-main.cc
20 строк
531 B
Michaël Zasso
deps: update V8 to 12.2.281.27
31 мар 2024, 16:36
Не верифицирован
31 мар 2024, 16:36
09a8440
Код
Авторство
О чём код?
// Copyright 2011 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // The GYP based build ends up defining USING_V8_SHARED when compiling this // file. #undef USING_V8_SHARED #undef USING_V8_SHARED_PRIVATE #include "include/v8config.h" #if V8_OS_WIN #include "src/base/win32-headers.h" extern "C" { BOOL WINAPI DllMain(HANDLE hinstDLL, DWORD dwReason, LPVOID lpvReserved) { // Do nothing. return 1; } } #endif // V8_OS_WIN