mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINEMP3.ACM]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60424
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user