mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
fix macro name in iptypes.h
svn path=/branches/header-work/; revision=46675
This commit is contained in:
parent
f14dc8bd4e
commit
6c59bab9ba
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ typedef struct _FIXED_INFO {
|
|||
UINT EnableProxy;
|
||||
UINT EnableDns;
|
||||
} FIXED_INFO, *PFIXED_INFO;
|
||||
#ifdef _WINSOCK2_H
|
||||
#ifdef _WINSOCK2API_
|
||||
typedef enum {
|
||||
IpPrefixOriginOther = 0,
|
||||
IpPrefixOriginManual,
|
||||
|
|
Loading…
Reference in a new issue