http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f2ed3
)
advapi32: Fix the FILE_DIR_DISALLOWED spelling.
author
Francois Gouget
<fgouget@free.fr>
Thu, 19 Nov 2015 15:21:29 +0000
(16:21 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 20 Nov 2015 03:24:34 +0000
(12:24 +0900)
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
include/winbase.h
patch
|
blob
|
blame
|
history
diff --git
a/include/winbase.h
b/include/winbase.h
index f0cc23cd9761abc278c35a160af3aea27fc81696..7216086c1ca8b9bf57210e96ca9f9a51728e0baa 100644
(file)
--- 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_DISAL
OWED
9
+#define FILE_DIR_DISAL
LOWED
9
typedef DWORD (WINAPI *PFE_EXPORT_FUNC)(PBYTE,PVOID,ULONG);
typedef DWORD (WINAPI *PFE_IMPORT_FUNC)(PBYTE,PVOID,ULONG);