On Fri, Jan 6, 2012 at 5:08 AM, Rinrin <[email protected]> wrote: > Hi : > During I'm trying to build QT 4.8 with MinGW-w64, found this issue. > > --- winuser.h.bak 2012-01-06 10:48:26 +0800 > +++ winuser.h 2012-01-06 10:48:45 +0800 > @@ -5309,9 +5309,9 @@ > #define TOUCHEVENTF_PEN 0x0040 > #define TOUCHEVENTF_PALM 0x0080 > > -#define TOUCHEVENTMASKF_TIMEFROMSYSTEM 0x0001 > -#define TOUCHEVENTMASKF_EXTRAINFO 0x0002 > -#define TOUCHEVENTMASKF_CONTACTAREA 0x0004 > +#define TOUCHINPUTMASKF_TIMEFROMSYSTEM 0x0001 > +#define TOUCHINPUTMASKF_EXTRAINFO 0x0002 > +#define TOUCHINPUTMASKF_CONTACTAREA 0x0004 > > #define MAPVK_VK_TO_VSC 0 > #define MAPVK_VSC_TO_VK 1 > @@ -5325,7 +5325,7 @@ > HANDLE hSource; > DWORD dwID; > DWORD dwFlags; > - DWORD wMask; > + DWORD dwMask; > DWORD dwTime; > ULONG_PTR dwExtraInfo; > DWORD cxContact; >
I applied this patch to trunk and to all branches. Thanks. -- O.S. ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
