<direct.h> missing wchar_t typedef

Started by mikep, January 25, 2006, 06:28:28 PM

Previous topic - Next topic

mikep

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!

Pelle

/Pelle