[cfe-dev] cygwin #define bug?

Zhongxing Xu xuzhongxing at gmail.com
Tue Jul 27 20:57:12 PDT 2010


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?



More information about the cfe-dev mailing list