--- xmil/macos9/dosio.h 2004/08/08 12:32:14 1.1 +++ xmil/macos9/dosio.h 2004/08/15 14:56:15 1.2 @@ -98,3 +98,6 @@ void file_setseparator(char *path, int m } #endif +#define file_createex(p, t) file_create(p) +#define file_createex_c(p, t) file_create_c(p) +