Author: pschweitzer
Date: Sun Nov  1 13:03:49 2015
New Revision: 69771
URL: 
http://svn.reactos.org/svn/reactos?rev=69771&view=rev
Log:
[VFATLIB]
Set SYNCHRONIZE where missing
Modified:
    trunk/reactos/lib/fslib/vfatlib/vfatlib.c
Modified: trunk/reactos/lib/fslib/vfatlib/vfatlib.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fslib/vfatlib/vfatlib.…
==============================================================================
--- trunk/reactos/lib/fslib/vfatlib/vfatlib.c   [iso-8859-1] (original)
+++ trunk/reactos/lib/fslib/vfatlib/vfatlib.c   [iso-8859-1] Sun Nov  1 13:03:49 2015
@@ -49,7 +49,7 @@
                                NULL);
     Status = NtOpenFile(&FileHandle,
-                        FILE_GENERIC_READ | FILE_GENERIC_WRITE,
+                        FILE_GENERIC_READ | FILE_GENERIC_WRITE | SYNCHRONIZE,
                         &ObjectAttributes,
                         &Iosb,
                         FILE_SHARE_READ,