Don't load user32 too early on for 16-bit apps, so that app-specific
[wine] / dlls / shell32 / shell.c
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/