mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[PSDK] Add missing AI_DISABLE_IDN_ENCODING.
svn path=/trunk/; revision=74877
This commit is contained in:
parent
dd3b6e0e8d
commit
0c663413f5
1 changed files with 2 additions and 0 deletions
|
@ -306,6 +306,8 @@ typedef USHORT ADDRESS_FAMILY;
|
|||
#define AI_FQDN 0x00020000
|
||||
#define AI_FILESERVER 0x00040000
|
||||
|
||||
#define AI_DISABLE_IDN_ENCODING 0x00080000
|
||||
|
||||
#define NS_ALL 0
|
||||
|
||||
#define NS_SAP 1
|
||||
|
|
Loading…
Reference in a new issue