* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60274
This commit is contained in:
Amine Khaldi
2013-09-21 13:08:12 +00:00
parent 3576e5cc54
commit 53cccc3ed8
3 changed files with 543 additions and 449 deletions
+2 -17
View File
@@ -3,32 +3,17 @@ add_definitions(
-D__WINESRC__
-DCOM_NO_WINDOWS_H)
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
spec2def(mlang.dll mlang.spec ADD_IMPORTLIB)
list(APPEND SOURCE
mlang.c
mlang.rc
${CMAKE_CURRENT_BINARY_DIR}/mlang_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/mlang.def)
add_library(mlang SHARED ${SOURCE})
add_library(mlang SHARED ${SOURCE} mlang.rc)
set_module_type(mlang win32dll UNICODE)
target_link_libraries(mlang uuid wine)
add_delay_importlibs(mlang oleaut32)
add_importlibs(mlang
ole32
gdi32
advapi32
msvcrt
kernel32
ntdll)
add_dependencies(mlang psdk)
add_importlibs(mlang gdi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET mlang DESTINATION reactos/system32 FOR all)
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -102,7 +102,7 @@ reactos/dll/win32/mcicda # Synced to Wine-1.5.19
reactos/dll/win32/mciqtz32 # Synced to Wine-1.7.1
reactos/dll/win32/mciseq # Synced to Wine-1.7.1
reactos/dll/win32/mciwave # Synced to Wine-1.5.19
reactos/dll/win32/mlang # Synced to Wine-1.5.4
reactos/dll/win32/mlang # Synced to Wine-1.7.1
reactos/dll/win32/mpr # Autosync
reactos/dll/win32/mprapi # Synced to Wine-1.5.19
reactos/dll/win32/msacm32 # Autosync