shell32: Define PT_FOLDERW.

This commit is contained in:
Nicolas Le Cam 2009-04-04 13:43:18 +02:00 committed by Alexandre Julliard
parent 69cd386b90
commit b4923a32b8
1 changed files with 3 additions and 2 deletions

View File

@ -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.. */