Module: wine Branch: master Commit: fb5c516dfdff07395c5d90289fe747e4e208d749 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb5c516dfdff07395c5d90289f... Author: Thomas Weidenmueller <wine-patches(a)reactsoft.com> Date: Fri Jan 19 14:15:45 2007 +0100 shell32: Implement the property sheet extension array functions. Implement the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray, SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray functions that are used to extend/replace property sheets by shell extensions. --- dlls/shell32/shellord.c | 198 +++++++++++++++++++++++++++++++++++++++++++++-- include/shlguid.h | 2 +- include/shobjidl.idl | 39 ++++++++-- 3 files changed, 224 insertions(+), 15 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fb5c516dfdff07395c5d90...