commit | 1ed4ecffa81ccc2f23e14c67917c4aa557fe96d0 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 26 14:58:24 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 26 14:58:24 1999 +0000 |
tree | 453d66e75a1399d84e258338aa7bf311d0b92ec7 | |
parent | d37b0192c967e0eceeec882e13799f9bd3a421d6 [diff] [blame] |
ANSI C fixes. Removed warnings. Made the include files self-sufficient. Some Solaris fixes.
diff --git a/dlls/wnaspi32/winaspi32.c b/dlls/wnaspi32/winaspi32.c index 30d11f0..a62c443 100644 --- a/dlls/wnaspi32/winaspi32.c +++ b/dlls/wnaspi32/winaspi32.c
@@ -25,6 +25,9 @@ */ #ifdef linux + +static ASPI_DEVICE_INFO *ASPI_open_devices = NULL; + static int ASPI_OpenDevice(SRB_ExecSCSICmd *prb) {