1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-18 09:35:21 +00:00
reactos/base/applications/cmdutils/certutil/precomp.h

17 lines
302 B
C
Raw Normal View History

#ifndef __CERTUTIL_PRECOMP_H
#define __CERTUTIL_PRECOMP_H
/* INCLUDES ******************************************************************/
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <conutils.h>
#endif /* __CERTUTIL_PRECOMP_H */