Re: [Mingw-w64-public] Duplicate declarations

2013-12-25 Thread niXman
Ozkan Sezer 2013-12-26 11:04: > Seemed OK to me. Commited at rev.6428 -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingw-w64/

Re: [Mingw-w64-public] Duplicate declarations

2013-12-25 Thread Ozkan Sezer
On Thu, Dec 26, 2013 at 8:52 AM, niXman wrote: > 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 re

Re: [Mingw-w64-public] Duplicate declarations

2013-12-25 Thread niXman
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/wi

[Mingw-w64-public] Duplicate declarations

2013-12-25 Thread Alexey Pavlov
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. Regards, Alexey. -