Open mp437376671 opened 1 month ago
Please try to stay polite and maybe count to 10 before opening an issue when you're frustrated.
The time.h
file will only conflict with the standard library if you add the include/enet
folder to your include path. Don't do this. Add only the include
folder and include ENet using:
#include <enet/enet.h>
Many libraries use this style, btw (other examples include libxml and curl).
Why you fucking define the name of a header file as time. h? Don't you know that this will conflict with the standard library?