Marcus Meissner : include: Added missing FindExInfoBasic enum.
24 Feb
2014
24 Feb
'14
9:42 p.m.
Module: wine Branch: master Commit: 563486b55559b9fc54339481f0e32df726420f54 URL: http://source.winehq.org/git/wine.git/?a=commit;h=563486b55559b9fc54339481f0... Author: Marcus Meissner <marcus(a)jet.franken.de> Date: Mon Feb 24 08:26:54 2014 +0100 include: Added missing FindExInfoBasic enum. --- include/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winbase.h b/include/winbase.h index 889f018..6cc0a24 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;
4313
Age (days ago)
4313
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard