ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1#ifndef __CERTUTIL_PRECOMP_H
2#define __CERTUTIL_PRECOMP_H
3
4/* INCLUDES ******************************************************************/
5
6#include <stdarg.h>
7
8#include <windef.h>
9#include <winbase.h>
10#include <winreg.h>
11#include <winuser.h>
12
13#include <conutils.h>
14
15
16#endif /* __CERTUTIL_PRECOMP_H */