Add meson build support

This commit is contained in:
2025-04-23 17:42:03 +08:00
parent b0bd9db0ae
commit 34e5aa8c17
5 changed files with 176 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#include <Windows.h>
#endif
#ifdef HAVE_SSCANF_S
#if HAVE_SSCANF_S
#define sscanf sscanf_s
#endif