mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[FASTFAT_NEW] Remove obsolete compiler workarounds
following upgrade to GCC 8.4 and MSVC 2015.
This commit is contained in:
parent
9611e88624
commit
1ceed5ad5a
7 changed files with 0 additions and 88 deletions
|
@ -972,11 +972,7 @@ Return Value:
|
|||
|
||||
(FileObject->SectionObjectPointer->DataSectionObject != NULL)) {
|
||||
|
||||
#ifndef __REACTOS__
|
||||
IO_STATUS_BLOCK IoStatus = {0};
|
||||
#else
|
||||
IO_STATUS_BLOCK IoStatus = {{0}};
|
||||
#endif
|
||||
|
||||
#ifndef REDUCE_SYNCHRONIZATION
|
||||
if (!FatAcquireExclusiveFcb( IrpContext, FcbOrDcb )) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue