Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
authorBenjamin Cutler <cutler@cs.colostate.edu>
Thu, 14 Apr 2005 11:31:39 +0000 (11:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Apr 2005 11:31:39 +0000 (11:31 +0000)
commit8c37f4362bff08732d0fc199670ef99ce413b33d
tree47085ca9bf6df4baba16c40474f726c9b3bd405b
parenta6659d26d2a58a30ce02001f849828f40798cf57
Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
INET_QueryOptionHelper. MSDN says to return 'global proxy info' when
hInternet == NULL. Thanks to Juan Lang for helping with this.
dlls/wininet/internet.c