winpr: check for __LP64__ for DWORD and LONG definitions
This commit is contained in:
parent
6e2699d2d6
commit
19dc76b329
@ -72,7 +72,7 @@ typedef int BOOL;
|
||||
|
||||
typedef BOOL *PBOOL, *LPBOOL;
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__LP64__) || defined(__APPLE__)
|
||||
typedef int LONG;
|
||||
typedef unsigned int DWORD;
|
||||
typedef unsigned int ULONG;
|
||||
|
Loading…
Reference in New Issue
Block a user