mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[URLMON] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70937
This commit is contained in:
parent
2805e855c4
commit
cc0b58e9c8
2 changed files with 2 additions and 2 deletions
|
@ -1472,7 +1472,7 @@ static BOOL parse_reg_name(const WCHAR **ptr, parse_data *data, DWORD flags, DWO
|
|||
while((!is_res && !is_auth_delim(**ptr, known_scheme)) ||
|
||||
(is_res && **ptr && **ptr != '/')) {
|
||||
if(**ptr == ':' && !ignore_col) {
|
||||
/* We can ignore ':' if were inside brackets.*/
|
||||
/* We can ignore ':' if we are inside brackets.*/
|
||||
if(!inside_brackets) {
|
||||
const WCHAR *tmp = (*ptr)++;
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ reactos/dll/win32/traffic # Synced to WineStaging-1.7.55
|
|||
reactos/dll/win32/twain_32 # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/updspapi # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/url # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/urlmon # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/urlmon # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/usp10 # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/uxtheme # Forked
|
||||
reactos/dll/win32/vbscript # Synced to WineStaging-1.7.55
|
||||
|
|
Loading…
Reference in a new issue