我的代码中包含这个
#include<event.h>
应该包含libevent的头文件event.h。但是当我看到包含文件的列表时,它包含了这个头文件
Note: including file: C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\event.h
如何告诉msvc编译器加载libevents event.h头文件? 。谢谢
最佳答案
如果您使用的是libevent版本2,最好是update the includes(查看表)。新的包含文件不会受到此特定问题的困扰。
关于c++ - libevent:如何覆盖 header 包括,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12173646/