reactos/dll/win32/ntmarta/ntmarta.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

23 lines
422 B
C

#define WIN32_NO_STATUS
#define WIN32_LEAN_AND_MEAN
#define NTOS_MODE_USER
#include <windows.h>
#include <ndk/iofuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <aclapi.h>
#include <ntsecapi.h>
#ifndef HAS_FN_PROGRESSW
#define FN_PROGRESSW FN_PROGRESS
#endif
#ifndef HAS_FN_PROGRESSA
#define FN_PROGRESSA FN_PROGRESS
#endif
ULONG DbgPrint(PCCH Format,...);
extern HINSTANCE hDllInstance;
/* EOF */