Re: [Mingw-w64-public] [patch winuser.h]: Windows 8 API ... winapi-family ... sorting out some strange stuff

2013-12-05 Thread Kai Tietz
Hi, thanks for the review. 2013/12/4 JonY jo...@users.sourceforge.net: On 12/5/2013 04:17, Kai Tietz wrote: Hi, could somebody of you please review http://pastebin.com/w91sSRk0 Thanks, Kai Is this correct? CONST to const -POINT CONST *pptDst; -SIZE CONST *psize; +const

[Mingw-w64-public] [patch winuser.h]: Windows 8 API ... winapi-family ... sorting out some strange stuff

2013-12-04 Thread Kai Tietz
Hi, could somebody of you please review http://pastebin.com/w91sSRk0 Thanks, Kai -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now!

Re: [Mingw-w64-public] [patch winuser.h]: Windows 8 API ... winapi-family ... sorting out some strange stuff

2013-12-04 Thread JonY
On 12/5/2013 04:17, Kai Tietz wrote: Hi, could somebody of you please review http://pastebin.com/w91sSRk0 Thanks, Kai Is this correct? CONST to const -POINT CONST *pptDst; -SIZE CONST *psize; +const POINT *pptDst; +const SIZE *psize; What is this part about? -