--- xmil/fdd/fdd_ini.c 2004/08/01 05:31:30 1.1 +++ xmil/fdd/fdd_ini.c 2004/08/08 09:12:06 1.3 @@ -1,17 +1,18 @@ #include "compiler.h" +#include "dosio.h" #include "pccore.h" -// #include "dosio.h" -// #include "x1_fdc.h" -// #include "ini.h" +#include "fdd_ini.h" BRESULT is_d8ufile(const OEMCHAR *fname) { + (void)fname; return(FALSE); } BRESULT fdd_ini(const OEMCHAR *filename) { + (void)filename; return(SUCCESS); }