Synchronize with trunk r58606.
[reactos.git] / dll / win32 / sfc_os / precomp.h
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 <winreg.h>
9
10 #endif