Sha256: 32e54bf91e5260d421f6938e1b8b24d71761749a1f8b167d908ebe930697e33a

Contents?: true

Size: 537 Bytes

Versions: 10

Compression:

Stored size: 537 Bytes

Contents

// 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
#include "include/v8.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 TRUE;
}
}
#endif  // V8_OS_WIN

Version data entries

10 entries across 9 versions & 2 rubygems

Version Path
libv8-6.0.286.54.1 vendor/v8/src/v8dll-main.cc
libv8-6.0.286.54.0 vendor/v8/src/v8dll-main.cc
libv8-6.0.286.54.0beta2 vendor/v8/src/v8dll-main.cc
libv8-6.0.286.54.0beta1 vendor/v8/src/v8dll-main.cc
libv8-6.0.286.44.0beta1 vendor/v8/src/v8dll-main.cc
node-compiler-0.9.1 vendor/node/deps/v8/src/v8dll-main.cc
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/src/v8dll-main.cc
node-compiler-0.8.0 vendor/node-v7.2.0/deps/v8/src/v8dll-main.cc
node-compiler-0.7.0 vendor/node-v7.1.0/deps/v8/src/v8dll-main.cc
node-compiler-0.7.0 vendor/node-v6.9.1/deps/v8/src/v8dll-main.cc