mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
- Fix kernel build regression for MSVC from 43014
svn path=/trunk/; revision=43067
This commit is contained in:
parent
ac0cfa98e2
commit
699f0baa21
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ KdbpAttachToProcess(
|
|||
/*!\brief Calls the main loop ...
|
||||
*/
|
||||
static VOID
|
||||
KdbpCallMainLoop()
|
||||
KdbpCallMainLoop(VOID)
|
||||
{
|
||||
KdbpCliMainLoop(KdbEnteredOnSingleStep);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue