Closed GoogleCodeExporter closed 9 years ago
Ah remove this report. :)
Original comment by david.lo...@gmail.com
on 20 Jan 2015 at 11:37
That's because you are passing a nil InterceptProc .
//------------------------------
@FHttpAddRequestHeadersW := InterceptCreate('wininet.dll', 'HttpAddRequestHeadersW', @HttpAddRequestHeadersW, tRUE); // ERROR!!
I use always trampo prefix and hook/Intercept suffix to just not get confused!
Original comment by ismspi...@gmail.com
on 20 Jan 2015 at 3:34
Original issue reported on code.google.com by
david.lo...@gmail.com
on 20 Jan 2015 at 11:33