Patch is ok. Please apply. Thanks Kai Am 30.08.2015 21:29 schrieb "Corinna Vinschen" <[email protected]>:
> Per https://msdn.microsoft.com/en-us/library/windows/desktop/ms724358 > as of 2015-08-30 > > Signed-off-by: Corinna Vinschen <[email protected]> > --- > mingw-w64-headers/include/winnt.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/mingw-w64-headers/include/winnt.h > b/mingw-w64-headers/include/winnt.h > index 56d663d..ef1f440 100644 > --- a/mingw-w64-headers/include/winnt.h > +++ b/mingw-w64-headers/include/winnt.h > @@ -816,6 +816,9 @@ inline ENUMTYPE &operator ^= (ENUMTYPE &a, ENUMTYPE b) > { return (ENUMTYPE &)(((i > #define PRODUCT_CORE 0x65 > #define PRODUCT_PROFESSIONAL_WMC 0x67 > #define PRODUCT_MOBILE_CORE 0x68 > +#define PRODUCT_EDUCATION 0x79 > +#define PRODUCT_EDUCATION_N 0x7a > +#define PRODUCT_MOBILE_ENTERPRISE 0x85 > > #define PRODUCT_UNLICENSED 0xabcdabcd > > -- > 2.1.0 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >
------------------------------------------------------------------------------
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
