Module: wine Branch: master Commit: 4deb1844c736ebe79e50a04a429170af46f5f118 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4deb1844c736ebe79e50a04a42...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Sep 14 17:00:44 2010 +0200
include/shlobj.h: Add known folder flags.
---
include/shlobj.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/shlobj.h b/include/shlobj.h index e0170ea..ad41f94 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -85,6 +85,15 @@ BOOL WINAPI IsUserAnAdmin(void); UINT WINAPI Shell_MergeMenus(HMENU,HMENU,UINT,UINT,UINT,ULONG); BOOL WINAPI Shell_GetImageLists(HIMAGELIST*,HIMAGELIST*);
+#define KF_FLAG_SIMPLE_IDLIST 0x00000100 +#define KF_FLAG_NOT_PARENT_RELATIVE 0x00000200 +#define KF_FLAG_DEFAULT_PATH 0x00000400 +#define KF_FLAG_INIT 0x00000800 +#define KF_FLAG_NO_ALIAS 0x00001000 +#define KF_FLAG_DONT_UNEXPAND 0x00002000 +#define KF_FLAG_DONT_VERIFY 0x00004000 +#define KF_FLAG_CREATE 0x00008000 + #define SHFMT_ERROR 0xFFFFFFFFL /* Error on last format, drive may be formattable */ #define SHFMT_CANCEL 0xFFFFFFFEL /* Last format was cancelled */ #define SHFMT_NOFORMAT 0xFFFFFFFDL /* Drive is not formattable */