mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +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:
@@ -5291,6 +5291,7 @@ RxDriverEntry(
|
||||
#endif
|
||||
}
|
||||
|
||||
#if DBG
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
@@ -5317,6 +5318,7 @@ RxDumpWantedAccess(
|
||||
{
|
||||
PAGED_CODE();
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
Reference in New Issue
Block a user