We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddd933a + d32f846 commit b2c9d80Copy full SHA for b2c9d80
src/WebHelpers.bas
@@ -93,7 +93,7 @@ End Type
93
94
Private Declare Sub AutoProxy_CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _
95
(ByVal AutoProxy_lpDest As Long, ByVal AutoProxy_lpSource As Long, ByVal AutoProxy_cbCopy As Long)
96
-Private Declare Function AutoProxy_SysAllocString Lib "oleaut32" Alias "GlobalFree" _
+Private Declare Function AutoProxy_SysAllocString Lib "oleaut32" Alias "SysAllocString" _
97
(ByVal AutoProxy_pwsz As Long) As Long
98
Private Declare Function AutoProxy_GlobalFree Lib "kernel32" Alias "GlobalFree" _
99
(ByVal AutoProxy_p As Long) As Long
0 commit comments