File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ Global Const $WINHTTP_DISABLE_SPN_SERVER_PORT = 0x00000000
171
171
Global Const $WINHTTP_ENABLE_SPN_SERVER_PORT = 0x00000001
172
172
Global Const $WINHTTP_OPTION_SPN_MASK = $WINHTTP_ENABLE_SPN_SERVER_PORT
173
173
174
+ Global Const $WINHTTP_NO_CLIENT_CERT_CONTEXT = NULL
175
+
174
176
; WinHTTP error codes ;
175
177
Global Const $WINHTTP_ERROR_BASE = 12000
176
178
Global Const $ERROR_WINHTTP_OUT_OF_HANDLES = 12001
@@ -447,4 +449,4 @@ Global Const $WINHTTP_AUTOPROXY_CONFIG_URL = 0x00000002
447
449
Global Const $WINHTTP_AUTOPROXY_RUN_INPROCESS = 0x00010000
448
450
Global Const $WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY = 0x00020000
449
451
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
You can’t perform that action at this time.
0 commit comments