v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <windows.h>
#include <signal.h>
#include <time.h>
#include <mmsystem.h>
#include <dbghelp.h>
#include <errno.h>
#include <limits.h>
#include <tlhelp32.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <wspiapi.h>
#include <process.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | NOMINMAX |
#define | NOKERNEL |
#define | NOUSER |
#define | NOSERVICE |
#define | NOSOUND |
#define | NOMCX |
#define | _WIN32_WINNT 0x501 |
#define _WIN32_WINNT 0x501 |
Definition at line 56 of file win32-headers.h.
#define NOKERNEL |
Definition at line 39 of file win32-headers.h.
#define NOMCX |
Definition at line 51 of file win32-headers.h.
#define NOMINMAX |
Definition at line 36 of file win32-headers.h.
#define NOSERVICE |
Definition at line 45 of file win32-headers.h.
#define NOSOUND |
Definition at line 48 of file win32-headers.h.
#define NOUSER |
Definition at line 42 of file win32-headers.h.
#define WIN32_LEAN_AND_MEAN |
Definition at line 33 of file win32-headers.h.