reactos/dll/win32/sfc/precomp.h
Amine Khaldi 785bea480a [CMAKE]
- Sync with trunk r51050.

svn path=/branches/cmake-bringup/; revision=51154
2011-03-26 13:00:21 +00:00

15 lines
309 B
C

#ifndef _PRECOMP_H__
#define _PRECOMP_H__
#include <windows.h>
#include <sfc.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