winpr: check for __LP64__ for DWORD and LONG definitions

This commit is contained in:
Marc-André Moreau 2014-04-27 22:05:31 -04:00
parent 6e2699d2d6
commit 19dc76b329

View File

@ -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;