mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[ADVPACK] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
517ea70ceb
commit
2a1300f5b6
2 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ static const WCHAR quote[] = {'\"',0};
|
||||||
|
|
||||||
static BOOL get_temp_ini_path(LPWSTR name)
|
static BOOL get_temp_ini_path(LPWSTR name)
|
||||||
{
|
{
|
||||||
|
static const WCHAR prefix[] = {'a','v','p',0};
|
||||||
WCHAR tmp_dir[MAX_PATH];
|
WCHAR tmp_dir[MAX_PATH];
|
||||||
WCHAR prefix[] = {'a','v','p',0};
|
|
||||||
|
|
||||||
if(!GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir))
|
if(!GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
@ -44,7 +44,7 @@ reactos/dll/directx/wine/wined3d # Synced to WineStaging-3.9
|
||||||
|
|
||||||
reactos/dll/win32/activeds # Synced to WineStaging-3.3
|
reactos/dll/win32/activeds # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/actxprxy # Synced to WineStaging-3.3
|
reactos/dll/win32/actxprxy # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/advpack # Synced to WineStaging-3.17
|
reactos/dll/win32/advpack # Synced to WineStaging-4.0
|
||||||
reactos/dll/win32/atl # Synced to WineStaging-3.17
|
reactos/dll/win32/atl # Synced to WineStaging-3.17
|
||||||
reactos/dll/win32/atl80 # Synced to WineStaging-3.3
|
reactos/dll/win32/atl80 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/atl100 # Synced to WineStaging-3.3
|
reactos/dll/win32/atl100 # Synced to WineStaging-3.3
|
||||||
|
|
Loading…
Reference in a new issue