On 2018/1/29 19:00, Kai Tietz via Mingw-w64-public wrote: > Hey, > > why you include _mingw_mac.h before including minwindef.h ? This seems > to be superflous. The header mingwindef.h includes already _mingw.h, > which includes for sure _mingw_mac.h too.
Hmm I added <_mingw_mac.h> for `__C89_NAMELESS` and found it insufficient, hence added <minwindef.h>, which, I didn't notice, made the first inclusion unnecessary. :| > > Te patch is ok with that change. > > Thanks, > Kai > Thanks for the review. I pushed both patches to master. -- Best regards, LH_Mouse ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
