reactos/dll/win32/kernel32/kernel32_vista/k32_vista.h
2022-01-11 22:45:15 +01:00

25 lines
490 B
C

#pragma once
/* PSDK/NDK Headers */
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
/* Redefine NTDDI_VERSION to 2K3 SP1 to get correct NDK definitions */
#undef NTDDI_VERSION
#define NTDDI_VERSION NTDDI_WS03SP1
#define NTOS_MODE_USER
#include <ndk/iofuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
/* CSRSS Headers */
#include <win/base.h>
/* Internal Kernel32 Header */
#include "../include/kernel32.h"