mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[NTUSER][USER32] Define NtUserSetWindowLongPtr for non-Win64 (#4612)
- Add NtUserSetWindowLongPtr macro on non-Win64. - Use NtUserSetWindowLongPtr instead of NtUserSetWindowLong. CORE-11700
This commit is contained in:
parent
fd1e799123
commit
93955f37de
3 changed files with 6 additions and 4 deletions
|
@ -3365,6 +3365,8 @@ NtUserSetWindowLongPtr(
|
|||
DWORD Index,
|
||||
LONG_PTR NewValue,
|
||||
BOOL Ansi);
|
||||
#else
|
||||
#define NtUserSetWindowLongPtr NtUserSetWindowLong
|
||||
#endif // _WIN64
|
||||
|
||||
BOOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue