--- np2/fdd/fdd_d88.h 2005/02/09 20:11:34 1.3 +++ np2/fdd/fdd_d88.h 2005/02/12 12:40:39 1.4 @@ -3,20 +3,20 @@ extern "C" { #endif -BOOL fddd88_set(FDDFILE fdd, const OEMCHAR *fname, int ro); -BOOL fddd88_eject(FDDFILE fdd); +BRESULT fddd88_set(FDDFILE fdd, const OEMCHAR *fname, int ro); +BRESULT fddd88_eject(FDDFILE fdd); -BOOL fdd_diskaccess_d88(void); -BOOL fdd_seek_d88(void); -BOOL fdd_seeksector_d88(void); -BOOL fdd_read_d88(void); -BOOL fdd_write_d88(void); -BOOL fdd_diagread_d88(void); -BOOL fdd_readid_d88(void); -BOOL fdd_writeid_d88(void); +BRESULT fdd_diskaccess_d88(void); +BRESULT fdd_seek_d88(void); +BRESULT fdd_seeksector_d88(void); +BRESULT fdd_read_d88(void); +BRESULT fdd_write_d88(void); +BRESULT fdd_diagread_d88(void); +BRESULT fdd_readid_d88(void); +BRESULT fdd_writeid_d88(void); -BOOL fdd_formatinit_d88(void); -BOOL fdd_formating_d88(const UINT8 *ID); +BRESULT fdd_formatinit_d88(void); +BRESULT fdd_formating_d88(const UINT8 *ID); BOOL fdd_isformating_d88(void); #ifdef __cplusplus