bd143d90
by Dmitry Timoshkov at 2025-10-20T12:20:56+02:00
wine.inf: Create [fonts] section in win.ini for 16-bit apps.
It looks like it's impossible to create an empty section, and without
"dummy=0" entry a being created [fonts] section contains only "=" which
may probably confuse some people/apps.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=33492
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>