2003-01-16 Casper S. Hornstrup <[email protected]>

* ntoskrnl/dbg/profile.c (KdbProfilerThreadMain): Make STDCALL.

svn path=/trunk/; revision=4015
This commit is contained in:
Casper Hornstrup
2003-01-16 19:51:20 +00:00
parent 96d8f03765
commit 50e4ffb8e8
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2003-01-16 Casper S. Hornstrup <[email protected]>
* ntoskrnl/dbg/profile.c (KdbProfilerThreadMain): Make STDCALL.
2003-01-15 Casper S. Hornstrup <[email protected]>
* drivers/net/tcpip/makefile (TCP_OBJECTS): Add transport/tcp/tcpcore.o,
+2 -2
View File
@@ -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 (;;)