mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[SLBCSP]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60382
This commit is contained in:
parent
6efe0d39c0
commit
8687fec579
3 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
spec2def(slbcsp.dll slbcsp.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -10,11 +9,7 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/slbcsp.def)
|
||||
|
||||
add_library(slbcsp SHARED ${SOURCE})
|
||||
|
||||
set_module_type(slbcsp win32dll)
|
||||
|
||||
target_link_libraries(slbcsp wine)
|
||||
|
||||
add_importlibs(slbcsp msvcrt kernel32 ntdll)
|
||||
|
||||
add_cd_file(TARGET slbcsp DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -39,10 +39,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -178,7 +178,7 @@ reactos/dll/win32/shdocvw # Synced to Wine-1.7.1
|
|||
reactos/dll/win32/shell32 # Forked at Wine-20071011
|
||||
reactos/dll/win32/shfolder # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/shlwapi # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/slbcsp # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/slbcsp # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/snmpapi # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/softpub # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/spoolss # Synced to Wine-1.5.19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue