binana/profile/3.3.5a-windows-386/include/bc/os/file.h

13 lines
150 B
C
Raw Normal View History

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