Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
authorDavid Elliott <dfe@netnitco.net>
Sat, 8 Jan 2000 22:25:02 +0000 (22:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 8 Jan 2000 22:25:02 +0000 (22:25 +0000)
commit8b8a3438e22c5b061808ed64c96ccbf55aa85586
tree8e499c0ce447b8ac2bbdf4e428f73ce4a42d3b2f
parentd43eb2d0e2a4af177cf5d18f6c65b33c677313ef
Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
Added critical section around code dealing with global variables.
Added a few comments about how ASPI is supposed to work.
Copy sense info into the correct place (right after the fixed 16-byte CDB).
Now returns target status (many Windows apps won't even look at the
sense are unless they get an error code).
Added SC_ABORT_SRB FIXME.
Added SC_GET_DISK_INFO place holder for clarity.
Updated Linux SG interface structure to include new kernel 2.2
status fields.
dlls/wnaspi32/winaspi32.c
dlls/wnaspi32/wnaspi32.spec
include/aspi.h