On 8/24/2013 09:30, Kai Tietz wrote: > 2013/8/24 JonY: >> Hi, >> >> Patch OK? >> >> Index: include/winuser.h >> =================================================================== >> --- include/winuser.h (revision 6067) >> +++ include/winuser.h (working copy) >> @@ -1750,6 +1750,9 @@ >> #define MOD_CONTROL 0x0002 >> #define MOD_SHIFT 0x0004 >> #define MOD_WIN 0x0008 >> +#if (_WIN32_WINNT >= 0x0600) >> +#define MOD_NOREPEAT 0x4000 >> +#endif /* (_WIN32_WINNT >= 0x0600) */ >> >> #define IDHOT_SNAPWINDOW (-1) >> #define IDHOT_SNAPDESKTOP (-2) > > Patch is ok. >
Done as trunk r6133.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
