wininet: Use an array of schemes for mapping from a string to an INTERNET_SCHEME.
authorRobert Shearman <rob@codeweavers.com>
Thu, 9 Mar 2006 15:14:21 +0000 (15:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Mar 2006 21:45:56 +0000 (22:45 +0100)
commited90c868a9362a44204dbfc2bb6b15f9efd07cd4
treecd1c271a36dc3aceac7379be07b9e73433c096c0
parente2b7bc1efd0aeb6cd2c339478e602101753ed8a4
wininet: Use an array of schemes for mapping from a string to an INTERNET_SCHEME.

Use an array of schemes so that it can be re-used for mapping from
INTERNET_SCHEME back to a string and simplify the code in
GetInternetSchemeW.
dlls/wininet/internet.c