[LOADPERF]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60248
This commit is contained in:
Amine Khaldi 2013-09-20 13:28:20 +00:00
parent e8fc552333
commit 6d9055d64f
3 changed files with 6 additions and 9 deletions

View file

@ -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)

View file

@ -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;

View file

@ -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