--- np2/fdd/newdisk.h 2004/01/22 01:10:04 1.2 +++ np2/fdd/newdisk.h 2005/02/09 20:11:34 1.5 @@ -3,11 +3,12 @@ extern "C" { #endif -void newdisk_fdd(const char *fname, BYTE type, const char *label); +void newdisk_fdd(const OEMCHAR *fname, REG8 type, const OEMCHAR *label); -void newdisk_thd(const char *fname, UINT hddsize); -void newdisk_hdi(const char *fname, UINT hddtype); -void newdisk_vhd(const char *fname, UINT hddsize); +void newdisk_thd(const OEMCHAR *fname, UINT hddsize); +void newdisk_nhd(const OEMCHAR *fname, UINT hddsize); +void newdisk_hdi(const OEMCHAR *fname, UINT hddtype); +void newdisk_vhd(const OEMCHAR *fname, UINT hddsize); #ifdef __cplusplus }