You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle missing function declarations and undefined/divergence of function names in windows.
- Makefile: allow implicit functions warnings, define stricmp as macro for strcasecmp, define WIN32.
- cc.h: check if BYTE_ORDER is not already defined (which is in windows toolchain)
- socket.h: Check if timeval.h hasn't already been included before defining the timeval struct
- Define __locale_c_type_ptr function, locale/ctype support is not enabled in windows toolchain.
0 commit comments