This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Conflicting definition of THREAD_INFORMATION_CLASS?


On Oct 25 18:16, Bryan Chua wrote:
> I am trying to build cygwin DLL and I keep running into a conflicting definition of THREAD_INFORMATION_CLASS:
> 
> From /usr/include/w32api/winbase.h
> typedef enum _THREAD_INFORMATION_CLASS {
>   ThreadMemoryPriority,
>   ThreadAbsoluteCpuPriority,
>   ThreadInformationClassMax
> } THREAD_INFORMATION_CLASS;
> 
> From src/winsup/cygwin/ntdll.h
> typedef enum _THREAD_INFORMATION_CLASS
> {
>   ThreadBasicInformation = 0,
>   ThreadTimes = 1,
>   ThreadImpersonationToken = 5
> } THREAD_INFORMATION_CLASS, *PTHREAD_INFORMATION_CLASS;
> 
> Which one is correct, or have I installed too many/too few packages?

winbase.h is correct.  ntdll.h should use the officially correct type
name THREADINFOCLASS.  Fixed in CVS.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpd_FuGdWO4c.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]