include/shobjidl.idl: add some missing FOLDERSETTINGS view modes

Ricardo Filipe ricardo_barbano at hotmail.com
Sun Feb 8 12:39:43 CST 2009


http://msdn.microsoft.com/en-us/library/bb762510(VS.85).aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20090208/ee45e4b3/attachment.htm 
-------------- next part --------------
From f1185ba238bf2db8b693fcdcfe90e142b56cdb55 Mon Sep 17 00:00:00 2001
From: Ricardo Filipe <ricardo_barbano at hotmail.com>
Date: Sun, 8 Feb 2009 18:33:57 +0000
Subject: include/shobjidl.idl: add some missing FOLDERSETTINGS view modes

---
 include/shobjidl.idl |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 07baea7..609f948 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -369,6 +369,7 @@ typedef enum
 
 typedef enum
 {
+    FVM_AUTO       = -1,
     FVM_ICON       = 1,
     FVM_FIRST      = FVM_ICON,
     FVM_SMALLICON  = 2,
@@ -377,7 +378,8 @@ typedef enum
     FVM_THUMBNAIL  = 5,
     FVM_TILE       = 6,
     FVM_THUMBSTRIP = 7,
-    FVM_LAST       = FVM_THUMBSTRIP
+    FVM_CONTENT    = 8,
+    FVM_LAST       = FVM_CONTENT
 } FOLDERVIEWMODE;
 
 typedef struct
-- 
1.5.6.3


More information about the wine-patches mailing list