mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +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
|
@ -1175,11 +1175,7 @@ Return Value:
|
|||
if (NonCachedIo && !PagingIo &&
|
||||
(FileObject->SectionObjectPointer->DataSectionObject != NULL)) {
|
||||
|
||||
#ifndef __REACTOS__
|
||||
IO_STATUS_BLOCK IoStatus = {0};
|
||||
#else
|
||||
IO_STATUS_BLOCK IoStatus = {{0}};
|
||||
#endif
|
||||
|
||||
//
|
||||
// We need the Fcb exclsuive to do the CcPurgeCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue