Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / include / windef.h
2003-01-15  Alexandre JulliardDefine __stdcall in msvcrt/process.h if windef.h hasn...
2003-01-10  Dmitry TimoshkovChange types of WPARAM, LPARAM and LRESULT according...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Vincent BéronAdd a definition for STRICT.
2002-10-23  Alexandre JulliardAvoid redefinition warning.
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-12  Steven EdwardsCleanup warning when building on Mingw.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-16  Michael StefaniucConvert HKL to a void*.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-07-28  Michael Stefaniuc- Converted HHOOK to a void*.
2002-07-19  Michael StefaniucConvert HMONITOR to a void*.
2002-07-10  Jon GriffithsStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven...
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-08  Francois GougetMove COLORREF from wingdi.h to windef.h.
2001-07-30  Alexandre JulliardMoved some handle declarations to the right headers.
2001-05-07  Francois GougetAdded the minmax.h header (VC6).
2001-04-10  Francois GougetPrevent multiple definitions caused by MSVCRT headers.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-04  François GougetMoved the function pointer types to their rightful...
2001-01-03  François GougetConvert HDESK to STRICT.
2001-01-02  François GougetMoved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT...
2001-01-02  François GougetMoved HDROP to shellapi.h.
2000-12-29  François GougetConvert HCOLORSPACE to STRICT mode.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-19  François GougetMoved a misplaced 'extern "C" { ... }' statement.
2000-12-15  François GougetMoved some macros like NULL, FALSE to winnt.h
2000-12-13  Francois GougetDefine NULL as in Win32.
2000-11-25  Dimitrie O. PaunFixed compilation warning on Cygwin.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Francois GougetHICON and HCURSOR should be interchangeable.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-10-13  Francois GougetClaim that our headers conform to the version 5.0.
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetEnable anonymous struct/union support by default in...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-22  Francois GougetAdded a macro for _declspec (backward compatibility...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-11  Ove KaavenAdded a few more anonymous union definitions.
2000-08-02  Jeremy WhiteAdded WM_TCARD and DWORDLONG.
2000-06-11  Francois Gouget- Define HIC in this header rather than in windef.h...
2000-05-23  Francois GougetDefine the _X86_ macro on Intel processors.
2000-04-23  Francois GougetDECLARE_HANDLE should not be undef'ed after use.
2000-04-14  Huw D M DaviesDefine __fastcall.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Francois Gouget- Added missing definition for GLOBALHANDLE and LOCALHANDLE
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-02-12  Matthew ClineAdded typedefs for PSHORT and PUSHORT.
2000-02-03  Jeremy WhiteMoved definitions such as BOOL16 and INT16 from windef...
1999-12-25  Steven ElliottChanged the "this_is_a_syntax_error" error message...
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-04  Huw D M DaviesAdded type PWORD.
1999-08-15  Patrik StridvallGCC 3.0 has not been released yet, but it is good to...
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-04-25  Jim AstonAdded some missing #defines I've run across.
1999-04-25  Adrian ThurstonAdded support for strict handles. Only works on machine...
1999-03-28  Jiuming LuoMoved macro DECLARE_HANDLE() (in msacm.h and wtypes...
1999-03-24  Jim AstonAdded a few empty macros.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-12  Juergen SchmiedMade nt-related types compatible, throw out wine-specif...
1999-02-09  Michael VekslerMoved everything out of windows.h.