Added missing windef.h includes.
[wine] / dlls /
1999-04-15  Marcus MeissnerTypo that broke Solaris compile fixed.
1999-04-11  Juergen SchmiedImplemented NtTerminateProcess and NtDisplayString.
1999-04-11  Kevin HolbrookFixed warning.
1999-04-11  Juergen Schmied- reorganised icon extracing from files
1999-04-10  Juergen SchmiedNew interfaces for IOleCommandTarget, IDropTarget,...
1999-04-10  Juergen SchmiedSHGetSettings implemented.
1999-04-10  Juergen SchmiedILLoadFromString implemented.
1999-04-10  Sylvain St.GermainFixed the messaging problem of the edit box for node...
1999-04-01  Luc TourangeauAdded support for icon and smallicon views.
1999-04-01  Juergen SchmiedAll 19 FileMenu_* functions, some as stubs, some implem...
1999-04-01  Juergen SchmiedSHCLSIDFromString, StrToOleStr implemented.
1999-04-01  Juergen SchmiedDllGetVersion (not yet exported).
1999-04-01  Pavel RoskinReplaced 0xC000 by symbolic constants.
1999-04-01  Francis BeaudetFixed small ==, != mixup.
1999-04-01  Francis BeaudetImplemented TCM_ADJUSTRECT.
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Juergen Schmied- adjusted printing of refcounts to be equal
1999-03-27  Juergen SchmiedReading of binary streams implemented (SHOpenRegStream).
1999-03-25  Pascal LessardChange the AddBitmap function. Implement flat toolbar...
1999-03-25  Marcus MeissnerMissing WINAPI.
1999-03-25  David LuyerAdded string.h.
1999-03-25  Francis BeaudetImplemented:
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-25  Juergen SchmiedNew stub shell_654.
1999-03-25  Sylvain St.GermainImplementation of TVM_SORTCHILDRENCB.
1999-03-25  Sylvain St.GermainFix problem in DPA_QuickSort where the sort order was...
1999-03-19  Francis BeaudetAdded a check for desktop in SHGetFileInfo.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-18  Sylvain St.GermainImplements +/-, PgUp/PgDown, Home/End, Left/Right,...
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-17  Douglas RidgwayFix crash if lpuCurDirLen or lpuDestDirLen==0.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-16  Francis BeaudetFixed a slight bug that was included in the change...
1999-03-16  Sylvain St.GermainFixed some graphical problems of the treeview and added...
1999-03-16  Thuy Nguyen0 is a valid index for a tab item.
1999-03-15  Klaas van Gend- Reimplementation of the CommDlg ExtendedError mechani...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Andreas MohrImplemented (nearly) all TAPI functions as stubs.
1999-03-14  Juergen Schmied- IShellFolder and IEnumIDList are using the new COM...
1999-03-13  Marcus MeissnerFixed newly introduced and some leftover warnings.
1999-03-13  Pavel RoskinFile open dialog now uses icons instead of bitmaps.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).
1999-03-13  Juergen Schmied- mostly cleanup after the renaming
1999-03-13  Bertho StultiensMoved error codes to cderr.h.
1999-03-13  Alexandre JulliardFixed make depend
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-03-12  Eric KohlFixed some bugs introduced by the automated renaming.
1999-03-12  Luc TourangeauChanged the listview control to add the report view...
1999-03-12  Marcus MeissnerAdded #ifdef HAVE_WCTYPE_H.
1999-03-12  Thuy NguyenRemoved direct access to the WND struct.
1999-03-12  Sylvain St.GermainRemoved direct access to the WND struct.
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-03-10  Francis BeaudetFixed a simple bug in the implementation of the ShellVi...
1999-03-10  Sergey TurchanovAdded some extra CSIDLs.
1999-03-09  Juergen Schmied- sorted API by groups
1999-03-09  Juergen SchmiedMake more functions just calling down to ntdll.
1999-03-09  Norman StevensDon't copy lpstrFileTitle if given NULL pointer for...
1999-02-28  Klaas van GendCreate a new subdirectory for the common dialog box...
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Adrian Thurston- Use the new COM definition macros in the header.
1999-02-24  Juergen SchmiedChanged pidl structure to match the pidl's used in...
1999-02-24  Juergen SchmiedImplemented reading of *.lnk-files.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-22  Juergen Schmied- eliminated one element of the pidl struct (dwSFGAO)
1999-02-22  Juergen Schmied- header uses the last macros now
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Huw D M DaviesFixed a few broken includes.
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-19  Lawson A. WhitneyDon't hang on the last child if it's not wanted.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-19  Francois GougetSmall fixes.
1999-02-19  Francois GougetRemoved redundant definitions of IsEqualIID and IsEqual...
1999-02-18  Francois GougetModified so that they do not use the VTABLE_FUNC macros...
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-17  Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Luc TourangeauPreliminary listview control implementation.
1999-02-17  Sylvain St.GermainDefined IDropTarget for ShellFolder. Implemented the...
1999-02-14  Bertho StultiensChange a couple of names that would conflict after...
1999-02-13  Bertho StultiensFixed a couple of faulty names used in wine and typos...
1999-02-13  Marcus MeissnerSome warnings fixed, one useless VERSION warning remove...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-11  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe...
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-02-10  Andreas MohrTwo ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32...
1999-02-09  Bertho StultiensFix typo to map GetTextExtentPoint to the correct 32A...
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-02-09  Ulrich WeigandNULL is a valid argument as handle for GetFileVersionIn...
1999-02-09  Juergen SchmiedBetter implementation (takes strings or res-id's now).
1999-02-09  Ulrich WeigandBugfix: NULL pointer check for output parameters.
1999-02-09  Zygo BlaxellFixed two pointer/integer mismatch warnings.
1999-02-04  Andreas MohrAnother usage of non-portable functions...
1999-02-02  Francois GougetReplaced references to interfaces.h by wine/obj_xxx...
1999-02-02  Zygo BlaxellChange a few types to match you-know-who's declarations.
next