mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[HOST]
Make sure host-tools hosts get the correct type definitions on 64 bit (native) MSVC builds. x64 builds boot to desktop now. CORE-8587 #resolve svn path=/trunk/; revision=67004
This commit is contained in:
parent
2cef04bd30
commit
79ca4fbf90
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ typedef uint16_t USHORT, *PUSHORT, WORD, *PWORD, *LPWORD, WCHAR, *PWCHAR, *PWSTR
|
|||
typedef const uint16_t *PCWSTR, *LPCWSTR;
|
||||
typedef int32_t INT, LONG, *PLONG, *LPLONG, BOOL, WINBOOL;
|
||||
typedef uint32_t UINT, *PUINT, *LPUINT, ULONG, *PULONG, DWORD, *PDWORD, *LPDWORD, UINT32;
|
||||
#ifdef _LP64
|
||||
#if defined(_LP64) || defined(_WIN64)
|
||||
typedef int64_t LONG_PTR, *PLONG_PTR, INT_PTR, *PINT_PTR;
|
||||
typedef uint64_t ULONG_PTR, DWORD_PTR, *PULONG_PTR, UINT_PTR, *PUINT_PTR;
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue