beremiz

Win32 runtime: fix build with gcc 9.3.0 from msys2
svghmi
2021-08-21, Edouard Tisserant
3bcd5ec67521
Win32 runtime: fix build with gcc 9.3.0 from msys2
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")