Skip to content

Commit b6e7a45

Browse files
authored
1 parent 41a672f commit b6e7a45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WinHttpConstants.au3

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ Global Const $WINHTTP_DISABLE_SPN_SERVER_PORT = 0x00000000
171171
Global Const $WINHTTP_ENABLE_SPN_SERVER_PORT = 0x00000001
172172
Global Const $WINHTTP_OPTION_SPN_MASK = $WINHTTP_ENABLE_SPN_SERVER_PORT
173173

174+
Global Const $WINHTTP_NO_CLIENT_CERT_CONTEXT = NULL
175+
174176
; WinHTTP error codes ;
175177
Global Const $WINHTTP_ERROR_BASE = 12000
176178
Global Const $ERROR_WINHTTP_OUT_OF_HANDLES = 12001
@@ -447,4 +449,4 @@ Global Const $WINHTTP_AUTOPROXY_CONFIG_URL = 0x00000002
447449
Global Const $WINHTTP_AUTOPROXY_RUN_INPROCESS = 0x00010000
448450
Global Const $WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY = 0x00020000
449451
Global Const $WINHTTP_AUTO_DETECT_TYPE_DHCP = 0x00000001
450-
Global Const $WINHTTP_AUTO_DETECT_TYPE_DNS_A = 0x00000002
452+
Global Const $WINHTTP_AUTO_DETECT_TYPE_DNS_A = 0x00000002

0 commit comments

Comments
 (0)