Do not warn for unused imported dlls when forwards to the same dlls
[wine] / include /
2000-11-13  Ove KaavenReorganized DOS memory remapping slightly, so that...
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Francois GougetAdded missing pointer types: Pxxx or LPxxx
2000-11-10  Francois GougetAdded some STN_xxx macros.
2000-11-10  Francois GougetHICON and HCURSOR should be interchangeable.
2000-11-10  Francois GougetAdded LPUDACCEL and HDF_RTLREADING.
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Francois GougetMoved things to the proper rpcxxx.h header.
2000-11-08  Francois GougetAdded DM_REPOSITION.
2000-11-08  Francois GougetWe must include stdarg.h.
2000-11-08  Francois GougetWe must include ctype.h so that applications get isalnu...
2000-11-08  Francois GougetAdded CC_SOLIDCOLOR and CC_ANYCOLOR.
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-07  Francois GougetFixed typos in comments.
2000-11-07  Ulrich WeigandAdded missing IMAGE_DEBUG_MISC definition.
2000-11-07  Aric StewartAdded 16x16 wine logo.
2000-11-06  James HathewayAdded stubs and setupapi.h.
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-02  Alexandre JulliardCreate Gnome/KDE desktop and menu entries from IShellLink
2000-11-01  Mark DufourMake the functions Pie, Chord, RoundRect, AngleArc...
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-29  Alexandre JulliardRemoved unused LOCAL_LockSegptr.
2000-10-26  Alexandre JulliardRelease 20001026. wine-20001026
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-24  Alexandre JulliardRemoved GetResDirEntryA/W.
2000-10-24  Patrik StridvallAdded some missing defines for non-Linux.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-10-22  Patrik StridvallFixed issue found by winapi_check.
2000-10-22  Patrik StridvallUse intermediate typedef.
2000-10-22  Guy L. AlbertelliAdded wParam and lParam as parameters in SPY_ExitMessage
2000-10-22  Andreas MohrRemoved redundant thread priority defines.
2000-10-19  Peter HunnisettAdded crt/msvcrt thread prototypes.
2000-10-19  Dmitry TimoshkovAdded support for AZERTY keyboard layout.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-19  Francois GougetAdded/fixed missing extern "C".
2000-10-19  Francois GougetAdded the {HRESULT,SCODE}_SEVERITY macros.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-19  Alexandre JulliardCall PrivateExtractIcon in user32 instead of duplicatin...
2000-10-19  Francois GougetAdded support for three levels of nesting of the 'pragm...
2000-10-17  Ove KaavenImplemented DOS INT21 AH=4B (EXEC).
2000-10-17  Dmitry TimoshkovAdded support for keyboard input in various locales.
2000-10-17  Guy L. AlbertelliAdded flag and notification definitions for ComboBoxEx.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-13  Chris MorganImplemented the IDC_HAND cursor.
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-10-13  Francois GougetThe MODEM stuff has been spun off to its rightful place...
2000-10-13  Francois GougetCompleted/corrected the list of include files.
2000-10-13  Francois GougetAdded a NOGDI protection.
2000-10-13  Francois GougetMust include objbase.h.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-10-13  Andreas MohrAdded MSGF_DDEMGR.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-10-13  Francois GougetClaim that our headers conform to the version 5.0.
2000-10-13  Francois GougetThe string fields in PROPSHEETPAGEA should be ANSI...
2000-10-13  Francois GougetRemoved the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
2000-10-13  Francois GougetAdded the missing TVINSERTSTRUCT synonyms.
2000-10-13  Francois GougetFixed the signature of SysAllocStringByteLen.
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-10-13  Konrad RieckChanged repne to repnz for Solaris assembler.
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-10-12  Francois GougetROTFLAGS have their own ifdef protection, take them...
2000-10-12  Francois GougetAdded a declaration for GetEnhMetaFileDescription.
2000-10-12  Francois GougetEnable anonymous struct/union support by default in...
2000-10-12  Francois GougetAdded four DDElParam functions.
2000-10-12  Francois GougetRemoved stray A/W from invocations of WINELIB_NAME_AW.
2000-10-12  Francois GougetAdded some of the APIs introduced in Win98, mostly...
2000-10-03  Alexandre JulliardUse special environment variables to transmit the cwd...
2000-10-03  Francois GougetRemoved the ';' ending on lines using the DECL_WINELIB_...
2000-10-03  Francois GougetAdded some missing 'SysAllocString' prototypes.
2000-10-03  Aric StewartAdded a white border around the I-beam cursor.
2000-10-02  Alexandre JulliardRelease 20001002. wine-20001002
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-02  Patrik StridvallFixed some issues found by winapi_check.
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Francois GougetMoved DLLVERSIONINFO to shlwapi.h.
2000-09-29  Stephane LussierBefore calling the timer window proc, make sure it...
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-09-29  Mike McCormackImplemented SHDeleteEmptyKeyA, SHDeleteKeyA.
2000-09-29  Francois GougetFix the return type of mixerMessage16.
next