Split VariantCaster from binder_common.h

This commit is contained in:
Yyf2333 2026-03-03 23:39:38 +08:00 committed by Yufeng Ying
parent 1d5e34ed7b
commit 282e4544b0
39 changed files with 255 additions and 207 deletions

View file

@ -50,6 +50,8 @@ STATIC_ASSERT_INCOMPLETE_TYPE(class, Object);
#include "thirdparty/grisu2/grisu2.h"
#include <cstdio>
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS // to disable build-time warning which suggested to use strcpy_s instead strcpy
#endif