api: use uintptr_t for architecture specific handle sizes
This commit is contained in:
committed by
Trevor Bentley
parent
a7eb0657f1
commit
999312e6b5
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user