Nebula
|
Contains precompiled headers on the Posix platform.
Contains precompiled headers on the Win platform.
(C) 2007 Radon Labs GmbH (C) 2013-2018 Individual contributors, see AUTHORS file
#include <windows.h>
#include <winbase.h>
#include <process.h>
#include <shlobj.h>
#include <tchar.h>
#include <strsafe.h>
#include <wininet.h>
#include <winsock2.h>
#include <rpc.h>
#include <winnt.h>
#include <dbghelp.h>
#include <intrin.h>
#include <math.h>
#include <stdlib.h>
#include <stdarg.h>
#include <algorithm>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | _WIN32_WINNT 0x0601 |
#define | NOGDICAPMASKS |
#define | OEMRESOURCE |
#define | NOATOM |
#define | NOMEMMGR |
#define | NOMETAFILE |
#define | NOOPENFILE |
#define | NOSERVICE |
#define | NOSOUND |
#define | NOCOMM |
#define | NOKANJI |
#define | NOHELP |
#define | NOPROFILER |
#define | NODEFERWINDOWPOS |
#define | NOMCX |
#define | NOMINMAX |
#define _WIN32_WINNT 0x0601 |
#define NOATOM |
#define NOCOMM |
#define NODEFERWINDOWPOS |
#define NOGDICAPMASKS |
#define NOHELP |
#define NOKANJI |
#define NOMCX |
#define NOMEMMGR |
#define NOMETAFILE |
#define NOMINMAX |
#define NOOPENFILE |
#define NOPROFILER |
#define NOSERVICE |
#define NOSOUND |
#define OEMRESOURCE |
#define WIN32_LEAN_AND_MEAN |