This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

wcslen prototype missing the size_t type.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]