mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
make code C89-compilable again
svn path=/trunk/; revision=10628
This commit is contained in:
@@ -49,9 +49,10 @@ CcGetFlushedValidData (
|
||||
IN BOOLEAN BcbListHeld
|
||||
)
|
||||
{
|
||||
LARGE_INTEGER i;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
LARGE_INTEGER i;
|
||||
i.QuadPart = 0;
|
||||
return i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user