| commit | bba4bb1bc451b95ab1cce02d5a68ead606cd1b50 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Tue Sep 17 01:35:09 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 01:35:09 2002 +0000 |
| tree | 93427af9aa40ea4cd7cf9d22be9fe7bf0199b1ae | |
| parent | b7fa637c67dae398458ea4bac7f8a1abc4706676 [diff] [blame] |
Remove references to PCVOID and LPUINT. Remove types that don't exist on Windows.
diff --git a/files/smb.c b/files/smb.c index d772b80..10be534 100644 --- a/files/smb.c +++ b/files/smb.c
@@ -950,7 +950,7 @@ static BOOL SMB_Read(int fd, USHORT tree_id, USHORT user_id, USHORT dialect, - USHORT file_id, DWORD offset, LPVOID out, USHORT count, LPUSHORT read) + USHORT file_id, DWORD offset, LPVOID out, USHORT count, USHORT* read) { int buf_size,n,i; struct NB_Buffer rx,tx;