mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +00:00
[SDK][WIN32SS] Make Them Build
This commit is contained in:
parent
50647e58e4
commit
690783179e
5 changed files with 25 additions and 5 deletions
|
@ -194,7 +194,7 @@ typedef union _D3DKMT_PTR_TYPE
|
|||
// Available only for Vista (LONGHORN) and later and for
|
||||
// multiplatform tools such as debugger extensions
|
||||
//
|
||||
#if (NTDDI_VERSION >= NTDDI_LONGHORN) || defined(D3DKMDT_SPECIAL_MULTIPLATFORM_TOOL)
|
||||
#if defined(__REACTOS__) || ((NTDDI_VERSION >= NTDDI_LONGHORN) || defined(D3DKMDT_SPECIAL_MULTIPLATFORM_TOOL))
|
||||
|
||||
typedef ULONGLONG D3DGPU_VIRTUAL_ADDRESS;
|
||||
typedef ULONGLONG D3DGPU_SIZE_T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue