mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
6 lines
83 B
C
6 lines
83 B
C
#ifndef __TCHAR_POSIX_H_
|
|
#define __TCHAR_POSIX_H_
|
|
|
|
typedef char TCHAR;
|
|
|
|
#endif |