Do not keep log file opened while game process active.
Rename actions workflow. Fixed mingw-w64 stdcall handling.
This commit is contained in:
parent
51e8ace7ff
commit
e8b55acd23
4 changed files with 30 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue