mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00: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
|
#ifndef RC_INVOKED
|
||||||
|
|
||||||
#if defined (_WINSOCKAPI_) || defined (_WINSOCK2API_) /* needed for LPSOCKADDR */
|
#if defined (_WINSOCKAPI_) || defined (_WINSOCK2API_) /* needed for LPSOCKADDR */
|
||||||
#ifndef __CSADDR_T_DEFINED /* also in winsock2.h, but not in winsock.h */
|
#ifndef __CSADDR_DEFINED__ /* also in winsock2.h, but not in winsock.h */
|
||||||
#define __CSADDR_T_DEFINED
|
#define __CSADDR_DEFINED__
|
||||||
typedef struct _SOCKET_ADDRESS {
|
typedef struct _SOCKET_ADDRESS {
|
||||||
LPSOCKADDR lpSockaddr;
|
LPSOCKADDR lpSockaddr;
|
||||||
INT iSockaddrLength;
|
INT iSockaddrLength;
|
||||||
|
|
Loading…
Reference in a new issue