2025-04-27 07:49:33 -04:00

14 lines
247 B
C

// System dependency file
//
// This contains the code to deal with UNICODE/ANSI file/string access.
// More cross platform functionality will be added here later
#ifdef __cplusplus
extern "C"
{
#endif
#ifdef __cplusplus
};
#endif