[LOCALSPL] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69960
This commit is contained in:
Amine Khaldi 2015-11-20 11:06:46 +00:00
parent 72b5c7bb73
commit add3ddda32
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,7 @@
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
add_definitions(-D__WINESRC__)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
spec2def(localspl.dll localspl.spec)
@ -17,6 +20,6 @@ add_library(localspl SHARED
set_module_type(localspl win32dll)
target_link_libraries(localspl wine)
add_importlibs(localspl spoolss user32 advapi32 shlwapi msvcrt kernel32 ntdll)
add_importlibs(localspl spoolss user32 advapi32 advapi32_vista msvcrt kernel32 ntdll)
add_pch(localspl localspl_private.h SOURCE)
add_cd_file(TARGET localspl DESTINATION reactos/system32 FOR all)

View file

@ -1838,7 +1838,7 @@ static BOOL WINAPI fpDeleteMonitor(LPWSTR pName, LPWSTR pEnvironment, LPWSTR pMo
return FALSE;
}
if(SHDeleteKeyW(hroot, pMonitorName) == ERROR_SUCCESS) {
if(RegDeleteTreeW(hroot, pMonitorName) == ERROR_SUCCESS) {
TRACE("%s deleted\n", debugstr_w(pMonitorName));
RegCloseKey(hroot);
return TRUE;

View file

@ -90,7 +90,7 @@ reactos/dll/win32/itss # Synced to WineStaging-1.7.47
reactos/dll/win32/jscript # Synced to WineStaging-1.7.55
reactos/dll/win32/jsproxy # Synced to WineStaging-1.7.47
reactos/dll/win32/loadperf # Synced to WineStaging-1.7.47
reactos/dll/win32/localspl # Synced to WineStaging-1.7.47
reactos/dll/win32/localspl # Synced to WineStaging-1.7.55
reactos/dll/win32/localui # Synced to WineStaging-1.7.47
reactos/dll/win32/lz32 # Synced to WineStaging-1.7.47
reactos/dll/win32/mapi32 # Synced to WineStaging-1.7.47