Fixed wrong cast; MSDN says lpDropFileStruct->pFiles is offset in
[wine] / dlls / shell32 / shell.c
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAdded stub for ExtractAssociatedIconExA.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...
2002-02-14  Rein KlazesIn ShellExecute16, make sure there is a space between...
2002-01-31  Patrik StridvallFixed some issues found by winapi_check.
2002-01-29  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Huw D...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-10-24  Alexandre JulliardImplement InternalExtractIcon by calling PrivateExtract...
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-09-29  Andreas MohrLet InternalExtractIcon16 load icons from builtin DLLs.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-09  Dave HawkesWith some apps a fault was possible in ExtractAssociate...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-28  Juergen SchmiedSeparated 32 bit functions to shellole.c.
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-20  Alexandre JulliardStephane Lussier
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-09-20  Ulrich WeigandWindows hook proc thunk management simplified.
1999-08-15  James JuranNew routine DllEntryPoint for shell.dll. Loads shell32...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/