Fixed some issues found by winapi_check.
[wine] / loader / elfdll.c
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-09  Alexandre JulliardDon't strip the library extension if it's not ".dll".
2000-10-19  Andreas MohrBack out my ELFDLL_dlopen patch and add a warning for...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-16  Andreas MohrDoc and trace updates.
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-05-22  Bertho StultiensFixed wrong NE module registration so that resources...
1999-05-08  Ulrich CzekallaBugfix: get_sobasename was off by one pointer increment.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-22  Bertho StultiensChange wine's dlopen search-patch strategy not using...
1999-04-19  Bertho StultiensRemoved non-portable hacks and replaced them with more...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensNew files to support load order and partial stubs for...