mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
make code C89-compilable again
svn path=/trunk/; revision=10628
This commit is contained in:
parent
7ab9404fc9
commit
0f057d10d9
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ CcGetFlushedValidData (
|
|||
IN BOOLEAN BcbListHeld
|
||||
)
|
||||
{
|
||||
LARGE_INTEGER i;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
LARGE_INTEGER i;
|
||||
i.QuadPart = 0;
|
||||
return i;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue