mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Updated ntdll-Hide_Wine_Exports patchset
This commit is contained in:
parent
db80e169c7
commit
001ea51fb5
@ -80,11 +80,11 @@ index 6ba7b15c09e..b90e1516614 100644
|
||||
+ const WCHAR *p;
|
||||
+ WCHAR appversion[MAX_PATH+20];
|
||||
+
|
||||
+ if ((p = strrchrW( appname, '/' ))) appname = p + 1;
|
||||
+ if ((p = strrchrW( appname, '\\' ))) appname = p + 1;
|
||||
+ if ((p = wcsrchr( appname, '/' ))) appname = p + 1;
|
||||
+ if ((p = wcsrchr( appname, '\\' ))) appname = p + 1;
|
||||
+
|
||||
+ strcpyW( appversion, appdefaultsW );
|
||||
+ strcatW( appversion, appname );
|
||||
+ wcscpy( appversion, appdefaultsW );
|
||||
+ wcscat( appversion, appname );
|
||||
+ RtlInitUnicodeString( &nameW, appversion );
|
||||
+ attr.RootDirectory = config_key;
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user