mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix Release build.
svn path=/trunk/; revision=52512
This commit is contained in:
parent
ba4ec529be
commit
1a41825a28
1 changed files with 2 additions and 0 deletions
|
@ -150,7 +150,9 @@ int OskitTCPRecv( void *connection,
|
|||
OSK_UINT Len,
|
||||
OSK_UINT *OutLen,
|
||||
OSK_UINT Flags ) {
|
||||
#if DBG
|
||||
struct socket *so = connection;
|
||||
#endif
|
||||
struct uio uio = { 0 };
|
||||
struct iovec iov = { 0 };
|
||||
int error = 0;
|
||||
|
|
Loading…
Reference in a new issue