ReactOS 0.4.16-dev-937-g7afcd2a
ntdll_vista.h
Go to the documentation of this file.
1#pragma once
2
3#define _NTSYSTEM_
4#define _NTDLLBUILD_
5
6#include <stdarg.h>
7
8#define WIN32_NO_STATUS
9#include <windef.h>
10#include <winbase.h>
11#include <winnt.h>
12
13#define NTOS_MODE_USER
14#include <ndk/rtlfuncs.h>
15#include <ndk/umfuncs.h>
16#include <ndk/ldrfuncs.h>
17
18#define NDEBUG
19#include <debug.h>
20
21#include "../include/ntdllp.h"