diff --git a/reactos/dll/win32/qmgr/CMakeLists.txt b/reactos/dll/win32/qmgr/CMakeLists.txt index 62d0fb92238..08598e0a9aa 100644 --- a/reactos/dll/win32/qmgr/CMakeLists.txt +++ b/reactos/dll/win32/qmgr/CMakeLists.txt @@ -13,11 +13,10 @@ list(APPEND SOURCE qmgr.c qmgr_main.c service.c - rsrc.rc ${CMAKE_CURRENT_BINARY_DIR}/qmgr_local_i.c ${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) add_idl_headers(qmgr_idlheader qmgr_local.idl) set_module_type(qmgr win32dll) diff --git a/reactos/dll/win32/qmgr/qmgr_main.c b/reactos/dll/win32/qmgr/qmgr_main.c index eb70fe2eeee..e02e863f3e0 100644 --- a/reactos/dll/win32/qmgr/qmgr_main.c +++ b/reactos/dll/win32/qmgr/qmgr_main.c @@ -63,8 +63,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) DisableThreadLibraryCalls(hinstDLL); hInst = hinstDLL; break; - case DLL_PROCESS_DETACH: - break; } return TRUE; diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index e2026a97ce1..d0b3fe16823 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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/propsys # Synced to Wine-1.5.26 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/query # Synced to Wine-1.5.19 reactos/dll/win32/rasapi32 # Synced to Wine-1.5.4