Pelles C forum

Pelles C => Bug reports => Topic started by: mikep on January 25, 2006, 06:28:28 PM

Title: <direct.h> missing wchar_t typedef
Post by: mikep on January 25, 2006, 06:28:28 PM
wchar_t used but not defined in <direct.h>

Needs something like...
#ifndef _WCHAR_T_DEFINED
#define _WCHAR_T_DEFINED
typedef unsigned short wchar_t;
#endif

cheers!
Title: <direct.h> missing wchar_t typedef
Post by: Pelle on January 25, 2006, 06:34:22 PM
OK. Thanks for the report...

Pelle