mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Fix POSIX building
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef __TCHAR_H_
|
||||
#define __TCHAR_H_
|
||||
|
||||
#if defined _WIN32
|
||||
// Windows does not need a TCHAR definition, as it is natively defined
|
||||
#elif defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
|
||||
#include "platform/posix/include/tchar.h"
|
||||
#else
|
||||
#warning "Please add a definition for this platform's equivalent to TCHAR"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user