mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:32:32 +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
|
||||
}
|
||||
|
||||
#if DBG
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
@ -5317,6 +5318,7 @@ RxDumpWantedAccess(
|
|||
{
|
||||
PAGED_CODE();
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue