reactos/dll/win32/sfc/precomp.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

17 lines
356 B
C

#ifndef _PRECOMP_H__
#define _PRECOMP_H__
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <srrestoreptapi.h>
DWORD WINAPI sfc_8(VOID);
DWORD WINAPI sfc_9(VOID);
typedef BOOL (WINAPI *PSRSRPA)(PRESTOREPOINTINFOA, PSTATEMGRSTATUS);
typedef BOOL (WINAPI *PSRSRPW)(PRESTOREPOINTINFOW, PSTATEMGRSTATUS);
#endif