On Sun, Jan 10, 2016 at 7:52 PM, Mike Williams <
mike.willi...@globalgraphics.com> wrote:
> Hi,
>
>
> On 13/12/2015 13:30, Mike Williams wrote:
>
>> Hi all,
>>
>> VS2015 is raising a pointer cast truncation warning in gui_w32.c On
>> 64bit builds with VC HandleToLong() is a function but for 32bit
Hi,
On 13/12/2015 13:30, Mike Williams wrote:
Hi all,
VS2015 is raising a pointer cast truncation warning in gui_w32.c On
64bit builds with VC HandleToLong() is a function but for 32bit builds
it is a macro. The current VIM code defines a macro if one is not
defined so shadows the function ca
Hi all,
VS2015 is raising a pointer cast truncation warning in gui_w32.c On
64bit builds with VC HandleToLong() is a function but for 32bit builds
it is a macro. The current VIM code defines a macro if one is not
defined so shadows the function call resulting in the warning.
Going through