ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h
Go to the documentation of this file.
1#ifndef CRYPTEXT_PRECOMP_H
2#define CRYPTEXT_PRECOMP_H
3
4#define COBJMACROS
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7#define COM_NO_WINDOWS_H
8#define NTOS_MODE_USER
9
10#include <windef.h>
11#include <winbase.h>
12#include <winnls.h>
13#include <wincrypt.h>
14#include <winuser.h>
15#include <cryptuiapi.h>
16#include "resource.h"
17
18#endif /* CRYPTEXT_PRECOMP_H */