reactos/dll/win32/sfc/precomp.h
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +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