mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
17 lines
302 B
C
17 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 */
|