mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[NDK]
Fix 64 bit TEB definition svn path=/branches/cmake-bringup/; revision=49624
This commit is contained in:
parent
99a1acdf7e
commit
993ebf53f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#define PTR(x) x
|
||||
#endif
|
||||
|
||||
#if defined(_WIN64) && !defined(EXPLICIT_32BIT)
|
||||
#if (defined(_WIN64) && !defined(EXPLICIT_32BIT)) || defined(EXPLICIT_64BIT)
|
||||
#define GDI_HANDLE_BUFFER_SIZE 60
|
||||
#else
|
||||
#define GDI_HANDLE_BUFFER_SIZE 34
|
||||
|
|
Loading…
Reference in a new issue