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;