File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
4345EndFunc ; ==>_NetWebView2_CreateManager
4446
@@ -373,7 +375,7 @@ EndFunc ;==>Main
373375Func _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
You can’t perform that action at this time.
0 commit comments