mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[RXCE]
Only implement RxTrackerUpdateHistory() if RDBSS_TRACKER is defined CORE-11327 CORE-13610 svn path=/trunk/; revision=75461
This commit is contained in:
parent
3118deeae6
commit
26c43d8081
1 changed files with 2 additions and 0 deletions
|
@ -8447,6 +8447,7 @@ RxTimerDispatch(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef RDBSS_TRACKER
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
@ -8528,6 +8529,7 @@ RxTrackerUpdateHistory(
|
|||
ASSERT(RxContext->AcquireReleaseFcbTrackerX >= 0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
VOID
|
||||
RxTrackPagingIoResource(
|
||||
|
|
Loading…
Reference in a new issue