mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
function name to left-most column
svn path=/trunk/; revision=5448
This commit is contained in:
parent
ab15b1074b
commit
8828590645
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.1 2003/07/22 20:10:04 hyperion Exp $
|
||||
/* $Id: context.c,v 1.2 2003/08/07 03:35:06 royce Exp $
|
||||
*/
|
||||
/*
|
||||
*/
|
||||
|
@ -13,7 +13,8 @@
|
|||
|
||||
#include <rosrtl/thread.h>
|
||||
|
||||
NTSTATUS NTAPI RtlRosInitializeContext
|
||||
NTSTATUS NTAPI
|
||||
RtlRosInitializeContext
|
||||
(
|
||||
IN HANDLE ProcessHandle,
|
||||
OUT PCONTEXT Context,
|
||||
|
|
Loading…
Reference in a new issue