From: Alex Ionescu Date: Thu, 29 Dec 2005 18:45:16 +0000 (+0000) Subject: Fix build X-Git-Tag: backups/expat-rbuild@40467~709 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c3366b80624db04598711a32357619a1cc9b8eb5;ds=sidebyside Fix build svn path=/trunk/; revision=20431 --- diff --git a/reactos/ntoskrnl/ke/profile.c b/reactos/ntoskrnl/ke/profile.c index e903050ddf8..1ebea2378d7 100644 --- a/reactos/ntoskrnl/ke/profile.c +++ b/reactos/ntoskrnl/ke/profile.c @@ -122,7 +122,7 @@ KeStartProfile(PKPROFILE Profile, if (!FreeBuffer) ExFreePool(SourceBuffer); } -VOID +BOOLEAN STDCALL KeStopProfile(PKPROFILE Profile) { @@ -161,6 +161,9 @@ KeStopProfile(PKPROFILE Profile) /* Free the Source Object */ if (CurrentSource) ExFreePool(CurrentSource); + + /* FIXME */ + return FALSE; } ULONG