api: use uintptr_t for architecture specific handle sizes

This commit is contained in:
Dave Pate
2017-10-26 13:55:58 +02:00
committed by Trevor Bentley
parent a7eb0657f1
commit 999312e6b5
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -2,8 +2,6 @@
#ifdef _WINDOWS
#include <windows.h>
#include <wincrypt.h>
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <bcrypt.h>
#else
#include <openssl/des.h>
@@ -23,6 +21,8 @@
#ifdef _WINDOWS
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
struct des_key {
HCRYPTPROV hProv;
HCRYPTKEY hKey;