[ros-kernel] NtCurrentTeb()

Filip Navara xnavara at volny.cz
Fri Jan 23 17:54:37 CET 2004


Hi Vizzini!

Vizzini wrote:

>w32api's ChangeLog says it was removed on 2003-2-22, but gives no
>explanation.  I don't have it in my winnt.h from w32api either, and i
>don't see it in cvs HEAD.  
>
> -Vizzini
>  
>
I guess you refer to this:

2003-02-22  Bang Jun-Young  <junyoung at netbsd.org>

    * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
    (NtCurrentTeb): Remove.

that was done because NtCurrentTeb is not exported function, but inline 
macro. This is the change that added it (correctly):

2004-01-01  Filip Navara  <xnavara at volny.cz>

    * include/winnt.h (NtCurrentTeb): Add inline definition.

 From which repository did you get it? Several times earlier some poeple 
tried to get it from the sourceforge.net CVS, but that's NOT the 
up-to-date version. The correct repository is 
:pserver:anoncvs at sources.redhat.com:/cvs/src with directory 
src/winsup/w32api/include.

Regards,
Filip



More information about the Ros-kernel mailing list