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