Skip to content

5.x/master branch: Fix build on Visual Studio

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

Hi,

This attempts to fix the build on Visual Studio by:

  • Fixing gtksourcemap.c when FontConfig is not found/used.
  • Including stdlib.h in gtksourcesnippetbundle-parser.c for strtol().
  • Removing uses of g_auto* in the library and test sources.

With blessings, thank you!

Merge request reports