NO

Author Topic: <direct.h> missing wchar_t typedef  (Read 3262 times)

mikep

  • Guest
<direct.h> missing wchar_t typedef
« 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!

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
<direct.h> missing wchar_t typedef
« Reply #1 on: January 25, 2006, 06:34:22 PM »
OK. Thanks for the report...

Pelle
/Pelle