linux 下 .c 文件引用 .h 文件中定义的 宏,提示could not resolved。在windows的vs环境下就没有问题。请问是哪里有问题?
https://stackoverflow.com/questions/15426400/linux-gcc-symbol-could-not-resolved-in-c
Change#include "pthread.h" to #include and see if this solves the issue