mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[LOADPERF]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60248
This commit is contained in:
parent
e8fc552333
commit
6d9055d64f
3 changed files with 6 additions and 9 deletions
|
@ -1,16 +1,15 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
spec2def(loadperf.dll loadperf.spec ADD_IMPORTLIB)
|
||||
|
||||
add_library(loadperf SHARED
|
||||
loadperf_main.c
|
||||
stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/loadperf.def)
|
||||
list(APPEND SOURCE
|
||||
loadperf_main.c
|
||||
stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/loadperf.def)
|
||||
|
||||
add_library(loadperf SHARED ${SOURCE})
|
||||
set_module_type(loadperf win32dll)
|
||||
target_link_libraries(loadperf wine)
|
||||
add_importlibs(loadperf msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET loadperf DESTINATION reactos/system32 FOR all)
|
||||
|
||||
|
|
|
@ -45,8 +45,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
@ -92,7 +92,7 @@ reactos/dll/win32/iphlpapi # Out of sync
|
|||
reactos/dll/win32/itircl # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/itss # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/jscript # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/loadperf # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/loadperf # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/localspl # Synced to Wine-1.5.26
|
||||
reactos/dll/win32/localui # Synced to Wine-1.5.19
|
||||
reactos/dll/win32/lz32 # Synced to Wine-1.5.19
|
||||
|
|
Loading…
Reference in a new issue