shobjidl: Add missing SFGAO_ defines

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Apr 11 09:25:22 CDT 2005


        Huw Davies <huw at codeweavers.com>
        Add some missing SFGAO_ defines and fix SFGAO_GHOSTED
-- 
Huw Davies
huw at codeweavers.com
Index: include/shobjidl.idl
===================================================================
RCS file: /home/wine/wine/include/shobjidl.idl,v
retrieving revision 1.5
diff -u -p -r1.5 shobjidl.idl
--- include/shobjidl.idl	14 Mar 2005 17:14:40 -0000	1.5
+++ include/shobjidl.idl	11 Apr 2005 14:22:45 -0000
@@ -125,17 +125,20 @@ interface IShellFolder : IUnknown
     cpp_quote("#define SFGAO_CANCOPY           DROPEFFECT_COPY")
     cpp_quote("#define SFGAO_CANMOVE           DROPEFFECT_MOVE")
     cpp_quote("#define SFGAO_CANLINK           DROPEFFECT_LINK")
+    cpp_quote("#define SFGAO_STORAGE           0x00000008L")
     cpp_quote("#define SFGAO_CANRENAME         0x00000010L")
     cpp_quote("#define SFGAO_CANDELETE         0x00000020L")
     cpp_quote("#define SFGAO_HASPROPSHEET      0x00000040L")
     cpp_quote("#define SFGAO_DROPTARGET        0x00000100L")
     cpp_quote("#define SFGAO_CAPABILITYMASK    0x00000177L")
+    cpp_quote("#define SFGAO_ENCRYPTED         0x00002000L")
+    cpp_quote("#define SFGAO_ISSLOW            0x00004000L")
+    cpp_quote("#define SFGAO_GHOSTED           0x00008000L")
     cpp_quote("#define SFGAO_LINK              0x00010000L")
     cpp_quote("#define SFGAO_SHARE             0x00020000L")
     cpp_quote("#define SFGAO_READONLY          0x00040000L")
-    cpp_quote("#define SFGAO_GHOSTED           0x00080000L")
     cpp_quote("#define SFGAO_HIDDEN            0x00080000L")
-    cpp_quote("#define SFGAO_DISPLAYATTRMASK   0x000F0000L")
+    cpp_quote("#define SFGAO_DISPLAYATTRMASK   0x000FC000L")
     cpp_quote("#define SFGAO_FILESYSANCESTOR   0x10000000L")
     cpp_quote("#define SFGAO_FOLDER            0x20000000L")
     cpp_quote("#define SFGAO_FILESYSTEM        0x40000000L")
@@ -147,6 +150,8 @@ interface IShellFolder : IUnknown
     cpp_quote("#define SFGAO_BROWSABLE         0x08000000L")
     cpp_quote("#define SFGAO_NONENUMERATED     0x00100000L")
     cpp_quote("#define SFGAO_NEWCONTENT        0x00200000L")
+    cpp_quote("#define SFGAO_STREAM            0x00400000L")
+    cpp_quote("#define SFGAO_STORAGE_ANCESTOR  0x00800000L")
 
     typedef ULONG SFGAOF;
 



More information about the wine-patches mailing list