mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 17:33:50 +08:00
[XDK] Remove _M_AMD64 special case
This commit is contained in:
@@ -343,7 +343,7 @@ typedef void *HANDLE, **PHANDLE;
|
||||
typedef char CHAR;
|
||||
typedef short SHORT;
|
||||
|
||||
#if defined(__ROS_LONG64__) && !defined(_M_AMD64)
|
||||
#if defined(__ROS_LONG64__)
|
||||
typedef int LONG;
|
||||
#else
|
||||
typedef long LONG;
|
||||
|
||||
Reference in New Issue
Block a user