moved _NtCurrentTeb()'s function name to left-most column.

svn path=/trunk/; revision=5445
This commit is contained in:
Royce Mitchell III 2003-08-07 01:51:42 +00:00
parent 5784df93e4
commit de019849b6

View file

@ -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 * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -9,6 +9,7 @@
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
#include <napi/teb.h> #include <napi/teb.h>
PTEB STDCALL _NtCurrentTeb() { return NtCurrentTeb(); } PTEB STDCALL
_NtCurrentTeb() { return NtCurrentTeb(); }
/* EOF */ /* EOF */