mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Forgot this one.
svn path=/branches/header-work/; revision=46678
This commit is contained in:
parent
1a094fe2b7
commit
85da9e3592
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ extern "C" {
|
|||
#ifndef RC_INVOKED
|
||||
|
||||
#if defined (_WINSOCKAPI_) || defined (_WINSOCK2API_) /* needed for LPSOCKADDR */
|
||||
#ifndef __CSADDR_T_DEFINED /* also in winsock2.h, but not in winsock.h */
|
||||
#define __CSADDR_T_DEFINED
|
||||
#ifndef __CSADDR_DEFINED__ /* also in winsock2.h, but not in winsock.h */
|
||||
#define __CSADDR_DEFINED__
|
||||
typedef struct _SOCKET_ADDRESS {
|
||||
LPSOCKADDR lpSockaddr;
|
||||
INT iSockaddrLength;
|
||||
|
|
Loading…
Reference in a new issue