#ifndef BC_OS_FILE_H #define BC_OS_FILE_H DECLARE_STRUCT(HOSFILE__); struct HOSFILE__ { int32_t unused__; }; typedef HOSFILE__* HOSFILE; #endif