14 lines
234 B
C
14 lines
234 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
|