[WINEMP3.ACM]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60424
This commit is contained in:
Amine Khaldi 2013-09-28 15:20:19 +00:00
parent 0492e3cfc9
commit 0f76bdfc04
3 changed files with 3 additions and 11 deletions

View file

@ -16,13 +16,5 @@ add_library(winemp3.acm SHARED
set_module_type(winemp3.acm win32dll)
set_target_properties(winemp3.acm PROPERTIES SUFFIX "")
target_link_libraries(winemp3.acm wine libmpg123 oldnames)
add_importlibs(winemp3.acm
winmm
user32
msvcrt
kernel32
ntdll)
add_dependencies(winemp3.acm psdk)
add_importlibs(winemp3.acm winmm user32 msvcrt kernel32 ntdll)
add_cd_file(TARGET winemp3.acm DESTINATION reactos/system32 FOR all)

View file

@ -700,7 +700,7 @@ static LRESULT MPEG3_FormatTagDetails(PACMFORMATTAGDETAILSW aftd, DWORD dwQuery)
aftd->dwFormatTagIndex = 2; /* WAVE_FORMAT_MPEG is biggest */
break;
}
/* fall thru */
/* fall through */
case ACM_FORMATTAGDETAILSF_FORMATTAG:
switch (aftd->dwFormatTag)
{

View file

@ -200,7 +200,7 @@ reactos/dll/win32/version # Autosync
reactos/dll/win32/wbemprox # Synced to Wine-1.7.1
reactos/dll/win32/wer # Autosync
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/winhttp # Synced to Wine-1.5.26
reactos/dll/win32/wininet # Synced to Wine-1.5.26