mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Added backdoor check for _BLOB_DEFINED to prevent header conflict.
svn path=/trunk/; revision=3629
This commit is contained in:
@@ -650,13 +650,15 @@ typedef struct WSAData {
|
||||
CHAR FAR* lpVendorInfo;
|
||||
} WSADATA, FAR* LPWSADATA;
|
||||
|
||||
#if 0
|
||||
#ifndef _BLOB_DEFINED
|
||||
#define _BLOB_DEFINED
|
||||
typedef struct _BLOB {
|
||||
ULONG cbSize;
|
||||
BYTE *pBlobData;
|
||||
} BLOB, *LPBLOB;
|
||||
#endif
|
||||
#else
|
||||
typedef BLOB *LPBLOB;
|
||||
#endif
|
||||
|
||||
typedef struct _SOCKET_ADDRESS {
|
||||
LPSOCKADDR lpSockaddr;
|
||||
|
||||
Reference in New Issue
Block a user