Skip to content

Fix GIT master build on Visual Studio 2015

Chun-wei Fan requested to merge master-msvc-fixes into master

Hi,

This MR attempts to fix the build on Visual Studio 2015 by doing the following:

  • Include the appropriate headers in the GDK-Win32 sources as some prototypes were moved. In the updated sources, also re-order the #include's of the gdk/*private.h headers alphabetically.

  • Fix building fp16.c by correcting the function call in float_to_half().

It's surprising to me that things were ok on the VS2017-x64 CI instance (especially the second one), oh well...

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports