Re: gvim.exe doesn't compile with DIRECTX=yes

2014-08-07 Fir de Conversatie Axel Bender
Yes, removing unsigned does the job! Thanks. -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to

gvim.exe doesn't compile with DIRECTX=yes

2014-08-06 Fir de Conversatie Axel Bender
Compiling gvim.exe (64bit) on Windows 7 using gcc results in the following error - which doesn't show up with DIRECTX=no: gcc -c -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF -DFEAT_BIG -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -DFEAT_OLE -DFEAT_CSCOPE

Re: gvim.exe doesn't compile with DIRECTX=yes

2014-08-06 Fir de Conversatie Bram Moolenaar
Axel Bender wrote: Compiling gvim.exe (64bit) on Windows 7 using gcc results in the following error - which doesn't show up with DIRECTX=no: gcc -c -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF -DFEAT_BIG -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT