windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/commonu/inc/filemgr.h
2020-09-26 16:20:57 +08:00

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