mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
[RAPPS] Add support for a rapps db with the file:/// scheme
This makes it easier to test locally
This commit is contained in:
parent
a7c1f9a014
commit
4f25a47677
3 changed files with 40 additions and 9 deletions
|
@ -66,6 +66,7 @@ BOOL IsUrlValid(const WCHAR * Url)
|
|||
case INTERNET_SCHEME_HTTP:
|
||||
case INTERNET_SCHEME_HTTPS:
|
||||
case INTERNET_SCHEME_FTP:
|
||||
case INTERNET_SCHEME_FILE:
|
||||
// supported
|
||||
return TRUE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue