-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PingFoundation.h文件中这几句报错,不知道为啥 #15
Comments
我也是 |
我的也是,这个问题有谁解决了么,项目跑步起来啊 |
把check_compile_time改成__Check_Compile_Time |
__Check_Compile_Time(sizeof(ICMPHeader) == 8); |
check_compile_time(sizeof(ICMPHeader) == 8);
check_compile_time(offsetof(ICMPHeader, type) == 0);
check_compile_time(offsetof(ICMPHeader, code) == 1);
check_compile_time(offsetof(ICMPHeader, checksum) == 2);
check_compile_time(offsetof(ICMPHeader, identifier) == 4);
check_compile_time(offsetof(ICMPHeader, sequenceNumber) == 6);
The text was updated successfully, but these errors were encountered: