[CLT2012]
[reactos.git] / dll / win32 / sfc / precomp.h
1 #ifndef _PRECOMP_H__
2 #define _PRECOMP_H__
3
4 #include <windows.h>
5 #include <sfc.h>
6 #include <srrestoreptapi.h>
7
8 DWORD WINAPI sfc_8(VOID);
9 DWORD WINAPI sfc_9(VOID);
10
11 typedef BOOL (WINAPI *PSRSRPA)(PRESTOREPOINTINFOA, PSTATEMGRSTATUS);
12 typedef BOOL (WINAPI *PSRSRPW)(PRESTOREPOINTINFOW, PSTATEMGRSTATUS);
13
14 #endif