d3drm: Avoid LPDIRECT3DRMMESHBUILDER3.
[wine] / include / wine / winuser16.h
2009-12-11  Alexandre Julliardinclude: Remove useless definitions for nonexistent...
2009-10-08  Francois Gougetsystem.drv16: Remove the 32-bit timer callback support.
2007-04-16  Andrew Talbotuser32: Make function definitions and declarations...
2006-09-07  Andrew Talbotkernel: Constify some formal parameters.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  Troy Rollouser: Fix return type of EnableMenuItem.
2005-05-05  Rein KlazesAdd 16<->32 bit message mappings for WM_COPYDATA messages.
2004-01-28  Alexandre JulliardlpCreateParams should be a SEGPTR in 16-bit code.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-08-28  Patrik StridvallImplement wrapper calls for the 16 bit GlobalAtom*...
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Peter HunnisettFix return type of GetAsyncKeyState.
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-10-09  Francois GougetRemove non windows macros.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
1999-10-13  Uwe BonnesUse LoadString16 for FormatMessage16 and handle
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-01  Ove KaavenAdded CN_* flags used in WM_COMMNOTIFY.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Michael McCormackBasic support for WIN32 serial communications API.
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-09  Michael VekslerMoved everything out of windows.h.
1999-02-09  Paul QuinnGetCursorPos is actually a BOOL.
1999-01-28  Marcus MeissnerFixed GetIconInfo16 (.spec,ICONINFO struct is different...
1999-01-26  Andreas MohrImplemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-01  Michael VekslerMoves more stuff from windows.h.