Do not keep log file opened while game process active.

Rename actions workflow.
Fixed mingw-w64 stdcall handling.
This commit is contained in:
ds 2020-11-16 13:11:26 +03:00
commit e8b55acd23
4 changed files with 30 additions and 15 deletions

View file

@ -899,7 +899,7 @@ CR_EXPORT void Meta_Init () {
// games GiveFnptrsToDll is a bit tricky
#if defined(CR_WINDOWS)
# if defined(CR_CXX_MSVC) || defined (CR_CXX_CLANG)
# if defined(CR_CXX_MSVC) || (defined(CR_CXX_CLANG) && !defined(CR_CXX_GCC))
# if defined (CR_ARCH_X86)
# pragma comment(linker, "/EXPORT:GiveFnptrsToDll=_GiveFnptrsToDll@8,@1")
# endif