[PATCH 5/5] shell32: Implement a default property sheet for file system objects

Jay Yang jkelleyy at gmail.com
Sun Aug 21 10:21:05 CDT 2011


The CLSID was found in the windows registry. Also last time Julliard didn't like it when I added a
new file, so if anyone has recommendations on if the code I've added in propsheet.c should go
elsewhere, that would be nice.
---
 dlls/shell32/Makefile.in         |    1 +
 dlls/shell32/propsheet.c         |  458 ++++++++++++++++++++++++++++++++++++++
 dlls/shell32/shell32.rc          |    2 +
 dlls/shell32/shell32_En.rc       |   39 ++++
 dlls/shell32/shell32_classes.idl |    6 +
 dlls/shell32/shell32_main.h      |    2 +
 dlls/shell32/shellole.c          |    1 +
 dlls/shell32/shresdef.h          |   15 ++
 dlls/shell32/shv_item_cmenu.c    |    2 +-
 9 files changed, 525 insertions(+), 1 deletions(-)
 create mode 100644 dlls/shell32/propsheet.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-shell32-Implement-a-default-property-sheet-for-file-sy.txt
Type: text/x-patch
Size: 24434 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110821/5ffffa51/attachment-0001.bin>


More information about the wine-patches mailing list