Module: wine Branch: master Commit: cdb65950dd98541f18274b1a4a36c2d70216019b URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdb65950dd98541f18274b1a4a...
Author: Francois Gouget fgouget@free.fr Date: Thu Nov 19 16:21:29 2015 +0100
advapi32: Fix the FILE_DIR_DISALLOWED spelling.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/winbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/winbase.h b/include/winbase.h index f0cc23c..7216086 100644 --- a/include/winbase.h +++ b/include/winbase.h @@ -705,7 +705,7 @@ typedef struct _TIME_ZONE_INFORMATION{ #define FILE_SYSTEM_NOT_SUPPORT 6 #define FILE_USER_DISALLOWED 7 #define FILE_READ_ONLY 8 -#define FILE_DIR_DISALOWED 9 +#define FILE_DIR_DISALLOWED 9
typedef DWORD (WINAPI *PFE_EXPORT_FUNC)(PBYTE,PVOID,ULONG); typedef DWORD (WINAPI *PFE_IMPORT_FUNC)(PBYTE,PVOID,ULONG);