mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[XDK] Remove _M_AMD64 special case
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <ntstatus.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <windef.h>
|
||||
#include <ntndk.h>
|
||||
#include <atlbase.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
@@ -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