Added missing uint32_t def for Windows in gcm.h

This commit is contained in:
Paul Bakker 2013-09-23 15:11:46 +02:00
parent 3cf63edc44
commit c2148753df

View File

@ -31,6 +31,7 @@
#ifdef _MSC_VER
#include <basetsd.h>
typedef UINT32 uint32_t;
typedef UINT64 uint64_t;
#else
#include <stdint.h>