mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[XDK] Remove _M_AMD64 special case
This commit is contained in:
parent
c01fa8e9c1
commit
fa548efb41
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue