include: GWL_ID is not a HANDLE or pointer, and should be available on _WIN64.

Signed-off-by: Kevin Puetz <PuetzKevinA@JohnDeere.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Puetz Kevin A 2020-07-15 13:02:40 +00:00 committed by Alexandre Julliard
parent aca967b8a5
commit 493e9a6164
1 changed files with 1 additions and 1 deletions

View File

@ -1217,9 +1217,9 @@ typedef struct tagSTYLESTRUCT {
/* Offsets for GetWindowLong() and GetWindowWord() */
#define GWL_EXSTYLE (-20)
#define GWL_STYLE (-16)
#define GWL_ID (-12)
#if !defined _WIN64 && !defined __WINESRC__
# define GWL_USERDATA (-21)
# define GWL_ID (-12)
# define GWL_HWNDPARENT (-8)
# define GWL_HINSTANCE (-6)
# define GWL_WNDPROC (-4)