mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
moved _NtCurrentTeb()'s function name to left-most column.
svn path=/trunk/; revision=5445
This commit is contained in:
parent
5784df93e4
commit
de019849b6
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: teb.c,v 1.1 2003/07/06 23:04:19 hyperion Exp $
|
||||
/* $Id: teb.c,v 1.2 2003/08/07 01:51:42 royce Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -9,6 +9,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <napi/teb.h>
|
||||
|
||||
PTEB STDCALL _NtCurrentTeb() { return NtCurrentTeb(); }
|
||||
PTEB STDCALL
|
||||
_NtCurrentTeb() { return NtCurrentTeb(); }
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue