5.x/master branch: Fix build on Visual Studio
Hi,
This attempts to fix the build on Visual Studio by:
- Fixing
gtksourcemap.c
when FontConfig is not found/used. - Including
stdlib.h
ingtksourcesnippetbundle-parser.c
forstrtol()
. - Removing uses of
g_auto*
in the library and test sources.
With blessings, thank you!