libicsneo/include/icsneo/platform/posix/tchar.h

6 lines
78 B
C

#ifndef __TCHAR_POSIX_H_
#define __TCHAR_POSIX_H_
typedef char TCHAR;
#endif