Skip to content

Commit 0b5db0a

Browse files
authored
Update NetWebView2Lib.au3
1 parent 9a60135 commit 0b5db0a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

NetWebView2Lib.au3

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#AutoIt3Wrapper_UseX64=y
1+
;~ #AutoIt3Wrapper_UseX64=y
2+
#AutoIt3Wrapper_UseX64=n
23
#AutoIt3Wrapper_Run_AU3Check=Y
34
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
45
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
@@ -39,6 +40,7 @@ Func _NetWebView2_CreateManager()
3940
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc) ; Local COM Error Handler
4041
#forceref $oMyError
4142
Local $oWebV2M = ObjCreate("NetWebView2.Manager", "{CCB12345-6789-4ABC-DEF0-1234567890AB}", $_g_hNetWebView2Lib_DLL) ; NOT REGISTERED VERSION
43+
;~ _NetWebView2_ObjName_FlagsValue($oWebV2M)
4244
Return SetError(@error, @extended, $oWebV2M)
4345
EndFunc ;==>_NetWebView2_CreateManager
4446

@@ -373,7 +375,7 @@ EndFunc ;==>Main
373375
Func _Web_jsonTree(ByRef $oWebV2M, $sJson)
374376
; 1. Prepare JSON (Minify to prevent script errors from line breaks)
375377
Local $oJSON = _NetJson_CreateParser($sJson)
376-
_NetWebView2_ObjName_FlagsValue($oJSON)
378+
;~ _NetWebView2_ObjName_FlagsValue($oJSON)
377379
$sJson = $oJSON.GetMinifiedJson()
378380

379381
; 2. Load local library files

0 commit comments

Comments
 (0)