mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[LOCALSPL] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69960
This commit is contained in:
parent
72b5c7bb73
commit
add3ddda32
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue