reactos/dll/win32/sfc_os/precomp.h
2013-06-16 22:01:41 +00:00

11 lines
156 B
C

#ifndef _PRECOMP_H__
#define _PRECOMP_H__
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#endif