This commit is contained in:
Namhyeon Go 2020-11-12 15:52:45 +09:00
parent 4e239d53af
commit 3e5888b98c
2 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,15 @@ var HTTPObject = function() {
this.interface = CreateObject([ this.interface = CreateObject([
"Microsoft.XMLHTTP", "Microsoft.XMLHTTP",
"WinHttp.WinHttpRequest.5.1", "WinHttp.WinHttpRequest.5.1",
"Msxml3.XMLHTTP",
"Msxml2.XMLHTTP", "Msxml2.XMLHTTP",
"Msxml2.XMLHTTP.7.0", "Msxml2.XMLHTTP.7.0",
"Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.6.0",
"Msxml2.XMLHTTP.5.O", "Msxml2.XMLHTTP.5.O",
"Msxml2.XMLHTTP.4.O", "Msxml2.XMLHTTP.4.O",
"Msxml2.XMLHTTP.3.O", "Msxml2.XMLHTTP.3.O",
"Msxml2.XMLHTTP.2.6" "Msxml2.XMLHTTP.2.6",
"Msxml2.ServerXMLHTTP"
], function(obj, progId) { ], function(obj, progId) {
switch (progId) { switch (progId) {
case "WinHttp.WinHttpRequest.5.1": case "WinHttp.WinHttpRequest.5.1":

View File

@ -1,2 +0,0 @@
0,LDPlayer,0,0,0,-1,-1
1,LDPlayer-1,0,0,0,-1,-1