mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2003-01-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/dbg/profile.c (KdbProfilerThreadMain): Make STDCALL. svn path=/trunk/; revision=4015
This commit is contained in:
parent
96d8f03765
commit
50e4ffb8e8
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-01-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* ntoskrnl/dbg/profile.c (KdbProfilerThreadMain): Make STDCALL.
|
||||
|
||||
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* drivers/net/tcpip/makefile (TCP_OBJECTS): Add transport/tcp/tcpcore.o,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: profile.c,v 1.1 2003/01/15 19:58:07 chorns Exp $
|
||||
/* $Id: profile.c,v 1.2 2003/01/16 19:51:20 chorns Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/dbg/profile.c
|
||||
|
@ -364,7 +364,7 @@ KdbProfilerAnalyzeSamples()
|
|||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
NTSTATUS STDCALL
|
||||
KdbProfilerThreadMain(PVOID Context)
|
||||
{
|
||||
for (;;)
|
||||
|
|
Loading…
Reference in a new issue