[PROPSYS]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61184
This commit is contained in:
Amine Khaldi
2013-12-01 16:16:11 +00:00
parent 1569aba76f
commit bd1275ef40
3 changed files with 2 additions and 9 deletions
+1 -4
View File
@@ -1,20 +1,17 @@
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
add_definitions(-D__WINESRC__)
spec2def(propsys.dll propsys.spec ADD_IMPORTLIB)
list(APPEND SOURCE
propstore.c
propsys_main.c
propvar.c
propsys.rc
${CMAKE_CURRENT_BINARY_DIR}/propsys_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/propsys.def)
add_library(propsys SHARED ${SOURCE})
add_library(propsys SHARED ${SOURCE} propsys.rc)
set_module_type(propsys win32dll)
target_link_libraries(propsys uuid wine)
add_importlibs(propsys ole32 oleaut32 msvcrt kernel32 ntdll)
add_dependencies(propsys psdk)
add_cd_file(TARGET propsys DESTINATION reactos/system32 FOR all)
-4
View File
@@ -54,10 +54,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
propsys_hInstance = hinstDLL;
DisableThreadLibraryCalls(hinstDLL);
break;
case DLL_PROCESS_DETACH:
break;
default:
break;
}
return TRUE;
+1 -1
View File
@@ -156,7 +156,7 @@ reactos/dll/win32/pdh # Synced to Wine-1.7.1
reactos/dll/win32/pidgen # Synced to Wine-1.7.1
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/propsys # Synced to Wine-1.7.1
reactos/dll/win32/pstorec # Synced to Wine-1.7.1
reactos/dll/win32/qmgr # Synced to Wine-1.7.1
reactos/dll/win32/qmgrprxy # Synced to Wine-1.7.1