mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[PSTOREC]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60363
This commit is contained in:
parent
7f2a6897b5
commit
bb3766a0a4
3 changed files with 4 additions and 7 deletions
|
@ -1,16 +1,15 @@
|
|||
|
||||
add_typelib(pstorec_tlb.idl)
|
||||
add_definitions(-D__WINESRC__)
|
||||
spec2def(pstorec.dll pstorec.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
pstorec.c
|
||||
rsrc.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/pstorec_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/pstorec.def)
|
||||
|
||||
add_typelib(pstorec_tlb.idl)
|
||||
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/pstorec_tlb.tlb)
|
||||
add_library(pstorec SHARED ${SOURCE})
|
||||
add_library(pstorec SHARED ${SOURCE} rsrc.rc)
|
||||
set_module_type(pstorec win32dll)
|
||||
target_link_libraries(pstorec uuid wine)
|
||||
add_importlibs(pstorec msvcrt kernel32 ntdll)
|
||||
|
|
|
@ -57,8 +57,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID fImpLoad)
|
|||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinst);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -398,5 +396,5 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
|
|||
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
|
|
@ -155,7 +155,7 @@ reactos/dll/win32/pidgen # Synced to Wine-1.5.19
|
|||
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
||||
reactos/dll/win32/printui # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/propsys # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/pstorec # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/pstorec # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/qmgr # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/qmgrprxy # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/query # Synced to Wine-1.5.19
|
||||
|
|
Loading…
Reference in a new issue