mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
16 lines
356 B
C
16 lines
356 B
C
#ifndef _PRECOMP_H__
|
|
#define _PRECOMP_H__
|
|
|
|
#define WIN32_NO_STATUS
|
|
#include <stdarg.h>
|
|
#include <windef.h>
|
|
#include <winbase.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
|