Commit cdb65950 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

advapi32: Fix the FILE_DIR_DISALLOWED spelling.

parent 39f2ed32
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment