Commit 493e9a61 authored by Puetz Kevin A's avatar Puetz Kevin A Committed by Alexandre Julliard

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

parent aca967b8
...@@ -1217,9 +1217,9 @@ typedef struct tagSTYLESTRUCT { ...@@ -1217,9 +1217,9 @@ typedef struct tagSTYLESTRUCT {
/* Offsets for GetWindowLong() and GetWindowWord() */ /* Offsets for GetWindowLong() and GetWindowWord() */
#define GWL_EXSTYLE (-20) #define GWL_EXSTYLE (-20)
#define GWL_STYLE (-16) #define GWL_STYLE (-16)
#define GWL_ID (-12)
#if !defined _WIN64 && !defined __WINESRC__ #if !defined _WIN64 && !defined __WINESRC__
# define GWL_USERDATA (-21) # define GWL_USERDATA (-21)
# define GWL_ID (-12)
# define GWL_HWNDPARENT (-8) # define GWL_HWNDPARENT (-8)
# define GWL_HINSTANCE (-6) # define GWL_HINSTANCE (-6)
# define GWL_WNDPROC (-4) # define GWL_WNDPROC (-4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment