Closed toge closed 3 months ago
I met compilation error on latest libbacktrace.
src\pecoff.c(86): error C2059: syntax error: '(' src\pecoff.c(89): error C2059: syntax error: '('
I think it is caused by this commit.
It works fine if deleting CALLBACK and NTAPI.
CALLBACK
NTAPI
It also worked fine with source code from about 2021. Is there any configuration needed to compile with MSVC?
Is this on x86 or ARM?
@ianlancetaylor Sorry for lack of information. It is on x86_&4.
Should be fixed now, I think. Thanks.
I met compilation error on latest libbacktrace.
I think it is caused by this commit.
It works fine if deleting
CALLBACK
andNTAPI
.It also worked fine with source code from about 2021. Is there any configuration needed to compile with MSVC?