advapi32: Fix the FILE_DIR_DISALLOWED spelling.

Francois Gouget fgouget at free.fr
Thu Nov 19 09:21:29 CST 2015


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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);
-- 
2.6.2




More information about the wine-patches mailing list