compiler.h: fix windows netfilter build error

nuttx\net\netfilter\ipt_sockopt.c(389,7): error C2059: syntax error: ')'
nuttx\net\netfilter\ip6t_sockopt.c(387,7): error C2059: syntax error: ')'

Co-authored-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
Co-authored-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
chenxiaoyi 2024-06-24 18:19:23 +08:00 committed by Xiang Xiao
parent 538582ede1
commit cedb7f97de
1 changed files with 2 additions and 0 deletions

View File

@ -936,6 +936,8 @@
# define syslog_like(a, b)
# define scanf_like(a, b)
# define strftime_like(a)
# define object_size(o, t) ((size_t)-1)
# define typeof __typeof__
# define FAR
# define NEAR