Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #ifndef _PRECOMP_H__ 00002 #define _PRECOMP_H__ 00003 00004 #include <windows.h> 00005 #include <sfc.h> 00006 #include <srrestoreptapi.h> 00007 00008 DWORD WINAPI sfc_8(VOID); 00009 DWORD WINAPI sfc_9(VOID); 00010 00011 typedef BOOL (WINAPI *PSRSRPA)(PRESTOREPOINTINFOA, PSTATEMGRSTATUS); 00012 typedef BOOL (WINAPI *PSRSRPW)(PRESTOREPOINTINFOW, PSTATEMGRSTATUS); 00013 00014 #endif Generated on Fri May 25 2012 04:14:47 for ReactOS by
1.7.6.1
|