yapb-noob-edition/version_script.lds
dmitry 1e9bc3cb5f
fix: crash when exiting linux listen server (#241)
fix: crash when loading on windows xp (#244)
build: switched to github hosted runners, and get rid of self-hosted
build: windows exe and dll is now code-signed
build: drop support for intel icc compiler
2021-09-08 20:09:23 +03:00

6 lines
59 B
Text

YAPB_ABI_1.0 {
global:
*;
local:
*;
};