Correct spec entry for DllGetClassObject.
[wine] / dlls / winaspi / winaspi32.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Marcus MeissnerSome ASPI fixes, SC_GET_DISK_INFO stubbed, but returnin...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-09  Andreas MohrPrint CDB area.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-10-02  Patrik StridvallFixed some issues found by winapi_check.
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-06  Andreas MohrAdded newer (ASPI 3.0 ?) function stubs to WNASPI32.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-15  David Elliott- New function in aspi.c SCSI_Fix_CMD_LEN which determi...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Marcus MeissnerFixed return value for SC_GET_DEV_TYPE.
2000-03-24  Marcus MeissnerSlightly better REQUEST SENSE dumping, fixed GET_DEV_TY...
2000-03-09  David Elliott- Got rid of PROFILE functions.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...