mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[LOCALUI]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60255
This commit is contained in:
@@ -5,11 +5,10 @@ spec2def(localui.dll localui.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
localui.c
|
||||
localui.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/localui.def)
|
||||
|
||||
add_library(localui SHARED ${SOURCE})
|
||||
add_library(localui SHARED ${SOURCE} localui.rc)
|
||||
set_module_type(localui win32dll)
|
||||
target_link_libraries(localui uuid wine)
|
||||
target_link_libraries(localui wine)
|
||||
add_importlibs(localui winspool user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET localui DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -124,7 +124,7 @@ static BOOL dlg_configure_com(HANDLE hXcv, HWND hWnd, PCWSTR pPortName)
|
||||
shortname[len-1] = '\0';
|
||||
|
||||
/* get current settings */
|
||||
len = sizeof(cfg);
|
||||
len = FIELD_OFFSET(COMMCONFIG, wcProviderData[1]);
|
||||
status = ERROR_SUCCESS;
|
||||
res = XcvDataW( hXcv, cmd_GetDefaultCommConfigW,
|
||||
(PBYTE) shortname,
|
||||
|
||||
@@ -94,7 +94,7 @@ reactos/dll/win32/itss # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/jscript # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/loadperf # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/localspl # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/localui # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/localui # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/lz32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mapi32 # Autosync
|
||||
reactos/dll/win32/mciavi32 # Synced to Wine-1.5.4
|
||||
|
||||
Reference in New Issue
Block a user