RESOLVED FIXED 22737
Try debug version when locating CFNetwork
https://bugs.webkit.org/show_bug.cgi?id=22737
Summary Try debug version when locating CFNetwork
Alexey Proskuryakov
Reported 2008-12-08 08:11:10 PST
Code that locates CFNetwork with GetModuleHandleA() should also try CFNetwork_debug.
Attachments
proposed patch (3.64 KB, patch)
2008-12-08 08:12 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2008-12-08 08:12:41 PST
Created attachment 25840 [details] proposed patch
Darin Adler
Comment 2 2008-12-08 10:30:11 PST
Comment on attachment 25840 [details] proposed patch Looks good. I'd like it even better if we found a suitable header and put this function there: FARPROC findCFNetworkFunction(const char* functionName); r=me as-is
Alexey Proskuryakov
Comment 3 2008-12-08 10:36:58 PST
Committed revision 39098.
Note You need to log in before you can comment on or make changes to this bug.