• Rémi Denis-Courmont's avatar
    win32: fallback for SetThreadErrorMode() · 371dda71
    Rémi Denis-Courmont authored
    SetThreadErrorMode() is necessary for correct plugin loader semantics,
    but it is only available on Windows 7 and later, so it needs to be
    loaded at run-time if it is to be used. On Windows 2008 and older,
    a fallback is provided to the extent possible.
    371dda71
plugin.c 3.8 KB