reactos/dll/win32/sfc/precomp.h

15 lines
309 B
C
Raw Normal View History

#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