openpgp: 'ushort' type not defined for WIN32

Change-Id: Ifb28730af2d39440721be9d1e38ea1c6106167a2
This commit is contained in:
Viktor Tarasov 2012-05-16 23:14:42 +02:00
parent e88c08d138
commit 4b745f51af
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include "pkcs15.h"
#include "log.h"
#ifdef _WIN32
typedef USHORT ushort;
#endif
int sc_pkcs15emu_openpgp_init_ex(sc_pkcs15_card_t *, sc_pkcs15emu_opt_t *);