mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[RDBSS]
For non dbg builds, don't implement macro defined functions RxDumpCurrentAccess(), RxDumpWantedAccess() CORE-11327 CORE-13610 svn path=/trunk/; revision=75460
This commit is contained in:
parent
fa95932bfc
commit
3118deeae6
1 changed files with 2 additions and 0 deletions
|
@ -5291,6 +5291,7 @@ RxDriverEntry(
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if DBG
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
@ -5317,6 +5318,7 @@ RxDumpWantedAccess(
|
||||||
{
|
{
|
||||||
PAGED_CODE();
|
PAGED_CODE();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue