[SENSAPI]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60376
This commit is contained in:
Amine Khaldi 2013-09-26 16:46:39 +00:00
parent 354eead2b2
commit a63c9f2204
3 changed files with 1 additions and 26 deletions

View file

@ -1,7 +1,6 @@
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
add_definitions(-D__WINESRC__)
spec2def(sensapi.dll sensapi.spec ADD_IMPORTLIB)
list(APPEND SOURCE
@ -9,9 +8,7 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/sensapi.def)
add_library(sensapi SHARED ${SOURCE})
set_module_type(sensapi win32dll)
target_link_libraries(sensapi wine)
add_importlibs(sensapi msvcrt kernel32 ntdll)
add_cd_file(TARGET sensapi DESTINATION reactos/system32 FOR all)

View file

@ -46,28 +46,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
static HMODULE SENSAPI_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason) {
case DLL_PROCESS_ATTACH:
{
DisableThreadLibraryCalls(hinstDLL);
SENSAPI_hModule = hinstDLL;
break;
}
case DLL_PROCESS_DETACH:
{
break;
}
}
return TRUE;
}
BOOL WINAPI IsDestinationReachableA(LPCSTR lpszDestination, LPQOCINFO lpQOCInfo)
{
FIXME("%s,%p\n", lpszDestination, lpQOCInfo);

View file

@ -171,7 +171,7 @@ reactos/dll/win32/schannel # Synced to Wine-1.5.19
reactos/dll/win32/scrrun # Synced to Wine-1.7.1
reactos/dll/win32/secur32 # Forked
reactos/dll/win32/security # Forked (different .spec)
reactos/dll/win32/sensapi # Synced to Wine-1.5.4
reactos/dll/win32/sensapi # Synced to Wine-1.7.1
reactos/dll/win32/setupapi # Forked at Wine-20050524
reactos/dll/win32/shdoclc # Synced to Wine-1.5.19
reactos/dll/win32/shdocvw # Synced to Wine-1.5.26