mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSSIP32]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60333
This commit is contained in:
@@ -10,11 +10,7 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mssip32.def)
|
||||
|
||||
add_library(mssip32 SHARED ${SOURCE})
|
||||
|
||||
set_module_type(mssip32 win32dll)
|
||||
|
||||
target_link_libraries(mssip32 wine)
|
||||
|
||||
add_importlibs(mssip32 msvcrt kernel32 ntdll)
|
||||
|
||||
add_cd_file(TARGET mssip32 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;
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@ reactos/dll/win32/msisys.ocx # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/msnet32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/msrle32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mssign32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mssip32 # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/mssip32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mstask # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msvcrt20 # Out of sync
|
||||
reactos/dll/win32/msvcrt40 # Out of sync
|
||||
|
||||
Reference in New Issue
Block a user