wcslen prototype missing the size_t type.

Hans Van Leemputten Hansvl@softhome.net
Sun Jun 3 15:31:00 GMT 2001


cygwin-1.3.2-1

The wcslen prototype in file /usr/include/wchar.h is missing typedef of
size_t.
I solved the problem by adding:
#define __need_size_t
Before including the stddef.h file...

Hans.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list