Module: wine Branch: master Commit: b4923a32b849609608d1874bffe1a224478741b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4923a32b849609608d1874bff...
Author: Nicolas Le Cam niko.lecam@gmail.com Date: Sat Apr 4 13:43:18 2009 +0200
shell32: Define PT_FOLDERW.
---
dlls/shell32/pidl.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dlls/shell32/pidl.h b/dlls/shell32/pidl.h index 78a9bc3..73bc3fb 100644 --- a/dlls/shell32/pidl.h +++ b/dlls/shell32/pidl.h @@ -97,10 +97,11 @@ #define PT_FOLDER1 0x30 #define PT_FOLDER 0x31 #define PT_VALUE 0x32 -#define PT_VALUEW 0x34 +#define PT_VALUEW 0x34 +#define PT_FOLDERW 0x35 #define PT_WORKGRP 0x41 #define PT_COMP 0x42 -#define PT_NETPROVIDER 0x46 +#define PT_NETPROVIDER 0x46 #define PT_NETWORK 0x47 #define PT_IESPECIAL1 0x61 #define PT_YAGUID 0x70 /* yet another guid.. */