Ignore:
Timestamp:
Jun 1, 2002, 7:25:10 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r8345 r8539  
    19491949#define COLOR_GRADIENTINACTIVECAPTION_W  28
    19501950
     1951/* Offsets for GetWindowLong() and GetWindowWord() */
     1952#define GWL_USERDATA_W        (-21)
     1953#define GWL_EXSTYLE_W         (-20)
     1954#define GWL_STYLE_W           (-16)
     1955#define GWW_ID_W              (-12)
     1956#define GWL_ID_W              GWW_ID_W
     1957#define GWW_HWNDPARENT_W      (-8)
     1958#define GWL_HWNDPARENT_W      GWW_HWNDPARENT_W
     1959#define GWW_HINSTANCE_W       (-6)
     1960#define GWL_HINSTANCE_W       GWW_HINSTANCE_W
     1961#define GWL_WNDPROC_W         (-4)
     1962#define DWL_MSGRESULT_W       0
     1963#define DWL_DLGPROC_W         4
     1964#define DWL_USER_W            8
     1965
    19511966#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.