Hi, In cygwin, _types.h file has the following define: #define __need_wint_t #include <stddef.h> But in stddef.h, __need_wint_t is not defined. I'm sure stddef.h is included. So the wint_t type is not defined. Why could this happen?