Skip to content

Commit 1341224

Browse files
authored
Update NetWebView2Lib.au3
1 parent a424244 commit 1341224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NetWebView2Lib.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
#Region ; *** Dynamically added Include files ***
2-
#include <WinAPIShPath.au3> ; added:01/18/26 02:35:43
3-
#EndRegion ; *** Dynamically added Include files ***
41
;~ #AutoIt3Wrapper_UseX64=y
52
#AutoIt3Wrapper_UseX64=n
63
#AutoIt3Wrapper_Run_AU3Check=Y
74
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
85
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
6+
#Au3Stripper_Ignore_Funcs=__NetWebView2_WebEvents_*,__NetWebView2_JSEvents_*
97

108
#include <Array.au3>
119
#include <GUIConstantsEx.au3>
10+
#include <WinAPIShPath.au3>
1211
#include <WindowsConstants.au3>
1312

1413
; Global objects
@@ -18,6 +17,7 @@ Global $g_DebugInfo = True
1817

1918
#Region ; NetWebView2Lib UDF
2019
Func _NetWebView2_StartUp($sDLLFileFullPath)
20+
#RegistrationFree is WorkInProgress
2121
$sDLLFileFullPath = _WinAPI_PathCanonicalize($sDLLFileFullPath)
2222
;~ ConsoleWrite($sDLLFileFullPath & @CRLF)
2323
$_g_hNetWebView2Lib_DLL = DllOpen($sDLLFileFullPath)

0 commit comments

Comments
 (0)