mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[MCIWAVE] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
a9e6e64fa5
commit
bca17f6bf6
2 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@ static DWORD create_tmp_file(HMMIO* hFile, LPWSTR* pszTmpFileName)
|
|||
szPrefix[2] = 'I';
|
||||
szPrefix[3] = '\0';
|
||||
|
||||
if (!GetTempPathW(sizeof(szTmpPath)/sizeof(szTmpPath[0]), szTmpPath)) {
|
||||
if (!GetTempPathW(ARRAY_SIZE(szTmpPath), szTmpPath)) {
|
||||
WARN("can't retrieve temp path!\n");
|
||||
*pszTmpFileName = NULL;
|
||||
return MCIERR_FILE_NOT_FOUND;
|
||||
|
|
|
@ -94,7 +94,7 @@ reactos/dll/win32/mciavi32 # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/mcicda # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mciqtz32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mciseq # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mciwave # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mciwave # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/mgmtapi # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mlang # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mmdevapi # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue