1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00

include: Add SCOPE_LEVEL definition.

This commit is contained in:
Juan Lang 2010-09-16 13:44:48 -07:00 committed by Alexandre Julliard
parent 0f89a4f878
commit 8da6bb6fb3

View File

@ -68,4 +68,14 @@ typedef struct _SOCKET_ADDRESS_LIST {
SOCKET_ADDRESS Address[1];
} SOCKET_ADDRESS_LIST, *LPSOCKET_ADDRESS_LIST;
typedef enum {
ScopeLevelInterface = 1,
ScopeLevelLink = 2,
ScopeLevelSubnet = 3,
ScopeLevelAdmin = 4,
ScopeLevelSite = 5,
ScopeLevelOrganization = 8,
ScopeLevelGlobal = 14
} SCOPE_LEVEL;
#endif /* _WS2DEF_ */