[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:
Katayama Hirofumi MZ 2022-08-17 17:23:40 +09:00 committed by GitHub
parent fd1e799123
commit 93955f37de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -3365,6 +3365,8 @@ NtUserSetWindowLongPtr(
DWORD Index,
LONG_PTR NewValue,
BOOL Ansi);
#else
#define NtUserSetWindowLongPtr NtUserSetWindowLong
#endif // _WIN64
BOOL