[PATCH] kernel32: added missing FindExInfoBasic enum

Marcus Meissner marcus at jet.franken.de
Mon Feb 24 01:26:54 CST 2014


Was missing in the FINDEX_INFO_LEVELS enum.
---
 include/winbase.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winbase.h b/include/winbase.h
index eea59da..d6cb7b5 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -285,6 +285,7 @@ DECL_WINELIB_TYPE_AW(LPWIN32_FIND_DATA)
 typedef enum _FINDEX_INFO_LEVELS
 {
 	FindExInfoStandard,
+	FindExInfoBasic,
 	FindExInfoMaxInfoLevel
 } FINDEX_INFO_LEVELS;
 
-- 
1.8.4.5




More information about the wine-patches mailing list