mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
16 lines
302 B
C
16 lines
302 B
C
#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 */
|