@@ -32,12 +32,12 @@
#define ENCRYPT 1 // specify whether we're encrypting
#define DECRYPT 0 // or decrypting
-/*#if defined(_MSC_VER)
+#if defined(_MSC_VER)
#include <basetsd.h>
typedef UINT32 uint32_t;
#else
#include <inttypes.h>
-#endif*/
+#endif
typedef unsigned char uchar; // add some convienent shorter types
typedef unsigned int uint;
@@ -28,14 +28,14 @@
#include "aes.h" // gcm_context includes aes_context
typedef unsigned int size_t;// use the right type for length declarations
typedef UINT64 uint64_t;
#include <stdint.h>
/******************************************************************************