[XDK] Remove _M_AMD64 special case

This commit is contained in:
Mark Jansen 2019-02-23 16:24:21 +01:00
parent c01fa8e9c1
commit fa548efb41
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 2 deletions

View file

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

View file

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