* Add a missing inclusion in wincrypt.h.

svn path=/trunk/; revision=59820
This commit is contained in:
Amine Khaldi 2013-08-25 15:11:58 +00:00
parent 4728da4c06
commit abce7035cb

View file

@ -21,6 +21,8 @@
#ifndef __WINE_WINCRYPT_H
#define __WINE_WINCRYPT_H
#include <specstrings.h>
#ifdef __cplusplus
extern "C" {
#endif