mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +00:00
[QMGR]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60364
This commit is contained in:
parent
bb3766a0a4
commit
8a63d5c7e9
3 changed files with 2 additions and 5 deletions
|
@ -13,11 +13,10 @@ list(APPEND SOURCE
|
||||||
qmgr.c
|
qmgr.c
|
||||||
qmgr_main.c
|
qmgr_main.c
|
||||||
service.c
|
service.c
|
||||||
rsrc.rc
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/qmgr_local_i.c
|
${CMAKE_CURRENT_BINARY_DIR}/qmgr_local_i.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/qmgr.def)
|
${CMAKE_CURRENT_BINARY_DIR}/qmgr.def)
|
||||||
|
|
||||||
add_library(qmgr SHARED ${SOURCE})
|
add_library(qmgr SHARED ${SOURCE} rsrc.rc)
|
||||||
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/qmgr.inf)
|
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/qmgr.inf)
|
||||||
add_idl_headers(qmgr_idlheader qmgr_local.idl)
|
add_idl_headers(qmgr_idlheader qmgr_local.idl)
|
||||||
set_module_type(qmgr win32dll)
|
set_module_type(qmgr win32dll)
|
||||||
|
|
|
@ -63,8 +63,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
DisableThreadLibraryCalls(hinstDLL);
|
DisableThreadLibraryCalls(hinstDLL);
|
||||||
hInst = hinstDLL;
|
hInst = hinstDLL;
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
|
@ -156,7 +156,7 @@ reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
||||||
reactos/dll/win32/printui # Synced to Wine-1.7.1
|
reactos/dll/win32/printui # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/propsys # Synced to Wine-1.5.26
|
reactos/dll/win32/propsys # Synced to Wine-1.5.26
|
||||||
reactos/dll/win32/pstorec # Synced to Wine-1.7.1
|
reactos/dll/win32/pstorec # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/qmgr # Synced to Wine-1.5.26
|
reactos/dll/win32/qmgr # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/qmgrprxy # 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
|
reactos/dll/win32/query # Synced to Wine-1.5.19
|
||||||
reactos/dll/win32/rasapi32 # Synced to Wine-1.5.4
|
reactos/dll/win32/rasapi32 # Synced to Wine-1.5.4
|
||||||
|
|
Loading…
Reference in a new issue