mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[WINEMP3.ACM]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60424
This commit is contained in:
parent
0492e3cfc9
commit
0f76bdfc04
3 changed files with 3 additions and 11 deletions
|
@ -16,13 +16,5 @@ add_library(winemp3.acm SHARED
|
||||||
set_module_type(winemp3.acm win32dll)
|
set_module_type(winemp3.acm win32dll)
|
||||||
set_target_properties(winemp3.acm PROPERTIES SUFFIX "")
|
set_target_properties(winemp3.acm PROPERTIES SUFFIX "")
|
||||||
target_link_libraries(winemp3.acm wine libmpg123 oldnames)
|
target_link_libraries(winemp3.acm wine libmpg123 oldnames)
|
||||||
|
add_importlibs(winemp3.acm winmm user32 msvcrt kernel32 ntdll)
|
||||||
add_importlibs(winemp3.acm
|
|
||||||
winmm
|
|
||||||
user32
|
|
||||||
msvcrt
|
|
||||||
kernel32
|
|
||||||
ntdll)
|
|
||||||
|
|
||||||
add_dependencies(winemp3.acm psdk)
|
|
||||||
add_cd_file(TARGET winemp3.acm DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET winemp3.acm DESTINATION reactos/system32 FOR all)
|
||||||
|
|
|
@ -700,7 +700,7 @@ static LRESULT MPEG3_FormatTagDetails(PACMFORMATTAGDETAILSW aftd, DWORD dwQuery)
|
||||||
aftd->dwFormatTagIndex = 2; /* WAVE_FORMAT_MPEG is biggest */
|
aftd->dwFormatTagIndex = 2; /* WAVE_FORMAT_MPEG is biggest */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* fall thru */
|
/* fall through */
|
||||||
case ACM_FORMATTAGDETAILSF_FORMATTAG:
|
case ACM_FORMATTAGDETAILSF_FORMATTAG:
|
||||||
switch (aftd->dwFormatTag)
|
switch (aftd->dwFormatTag)
|
||||||
{
|
{
|
||||||
|
|
|
@ -200,7 +200,7 @@ reactos/dll/win32/version # Autosync
|
||||||
reactos/dll/win32/wbemprox # Synced to Wine-1.7.1
|
reactos/dll/win32/wbemprox # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/wer # Autosync
|
reactos/dll/win32/wer # Autosync
|
||||||
reactos/dll/win32/windowscodecs # Synced to Wine-1.7.1
|
reactos/dll/win32/windowscodecs # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/winemp3.acm # Synced to Wine-1.5.19
|
reactos/dll/win32/winemp3.acm # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/wing32 # Out of sync
|
reactos/dll/win32/wing32 # Out of sync
|
||||||
reactos/dll/win32/winhttp # Synced to Wine-1.5.26
|
reactos/dll/win32/winhttp # Synced to Wine-1.5.26
|
||||||
reactos/dll/win32/wininet # Synced to Wine-1.5.26
|
reactos/dll/win32/wininet # Synced to Wine-1.5.26
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue