update for HEAD-2003091401
[reactos.git] / lib / ntdll / rtl / teb.c
1 /* $Id$
2  *
3  * COPYRIGHT:       See COPYING in the top level directory
4  * PROJECT:         ReactOS kernel
5  * FILE:            lib/ntdll/csr/teb.c
6  * PURPOSE:         
7  */
8
9 #include <ddk/ntddk.h>
10 #include <napi/teb.h>
11
12 PTEB STDCALL
13 _NtCurrentTeb() { return NtCurrentTeb(); }
14
15 /* EOF */