mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
d56d9c1aaa
- Localize error message and shell file extension description. - Added Hebrew resources. - Added Icon. The icon is the Tango icon named "certificate". If anybody has a idea for more fitting icon please recommend it. Follow up of #1343 CORE-15736
19 lines
351 B
C
19 lines
351 B
C
#ifndef CRYPTEXT_PRECOMP_H
|
|
#define CRYPTEXT_PRECOMP_H
|
|
|
|
#define COBJMACROS
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#define NTOS_MODE_USER
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winnls.h>
|
|
#include <wincrypt.h>
|
|
#include <winuser.h>
|
|
#include <cryptuiapi.h>
|
|
#include "resource.h"
|
|
|
|
#endif /* CRYPTEXT_PRECOMP_H */
|