mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[URLMON] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70937
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user