/*++ Copyright 1996 - 1998 Microsoft Corporation Module Name: getteb.c Abstract: stub --*/ #include <windef.h> DWORD GetTeb( HANDLE hThread ) { return 0; }