Alexey Pavlov 2013-12-26 10:47:
> Hi!
> 
> I found that "*winuser.h*" from trunk  have twice declared "
> *tagTouchPredictionParameters*".
> 
> First declaration is on *5144* line, second - *6520* line.
> 
> On of this declaration need to be removed.

Ok to commit?

--- mingw-w64-headers/include/winuser.h (revision 6427)
+++ mingw-w64-headers/include/winuser.h (working copy)
@@ -6516,14 +6516,6 @@
    };
  } INPUT_TRANSFORM;

-/* Does this belongs here? */
-typedef struct tagTouchPredictionParameters {
-  UINT cbSize;
-  UINT dwLatency;
-  UINT dwSampleTime;
-  UINT bUseHWTimeStamp;
-} TouchPredictionParameters, *PTouchPredictionParameters;
-
  /* Do these functions belong here? */
  WINUSERAPI WINBOOL WINAPI GetPointerInputTransform(UINT32 pointerId, 
UINT32 historyCount, UINT32 *inputTransform);
  WINUSERAPI WINBOOL WINAPI IsMousePointerEnabled(void);


-- 
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___________________________________________________
Another online IDE: http://liveworkspace.org/

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to