1 #ifndef _PRECOMP_H__ 2 #define _PRECOMP_H__ 3 4 #define WIN32_NO_STATUS 5 #include <stdarg.h> 6 #include <windef.h> 7 #include <winbase.h> 8 #include <srrestoreptapi.h> 9 10 DWORD WINAPI sfc_8(VOID); 11 DWORD WINAPI sfc_9(VOID); 12 13 typedef BOOL (WINAPI *PSRSRPA)(PRESTOREPOINTINFOA, PSTATEMGRSTATUS); 14 typedef BOOL (WINAPI *PSRSRPW)(PRESTOREPOINTINFOW, PSTATEMGRSTATUS); 15 16 #endif 17