- Fix kernel build regression for MSVC from 43014

svn path=/trunk/; revision=43067
This commit is contained in:
Stefan Ginsberg 2009-09-17 18:28:26 +00:00
parent ac0cfa98e2
commit 699f0baa21

View file

@ -1228,7 +1228,7 @@ KdbpAttachToProcess(
/*!\brief Calls the main loop ...
*/
static VOID
KdbpCallMainLoop()
KdbpCallMainLoop(VOID)
{
KdbpCliMainLoop(KdbEnteredOnSingleStep);
}