Strange problem i have, whenever i add to project enet.h, during compile it throws me to xlocinfo file where: no member named 'strftime' in namespace 'std'.
// FUNCTION _Strftime
inline size_t _Strftime(char *_Ptr, size_t _Count, const char *_Format,
const struct tm *_Ptime, void *)
{ // perform locale-specific strftime
return (_CSTD strftime(_Ptr, _Count, _Format, _Ptime)); //here
}
Im not quite sure what should i do in order to compile it