Re: [Mingw-w64-public] [patch] Avoid collisions between winnt.h and ntdef.h

2012-07-06 Thread Kai Tietz
2012/7/6 Corinna Vinschen : > Hi, > > the below patch fixes two definition collision between ntdef.h and winnt.h > Ok to apply? > > > Thanks, > Corinna Yes, this guard makes sense. Patch is ok. Thanks, Kai -- Live Secur

[Mingw-w64-public] [patch] Avoid collisions between winnt.h and ntdef.h

2012-07-06 Thread Corinna Vinschen
Hi, the below patch fixes two definition collision between ntdef.h and winnt.h Ok to apply? Thanks, Corinna * ntdef.h (struct _PROCESSOR_NUMBER): Guard definition with ___PROCESSOR_NUMBER_DEFINED. (struct _GROUP_AFFINITY): Guard definition with ___GROUP_AFFINITY