Rename dos.h to dosdefs.h to prevent conflicts with older compilers.

This commit is contained in:
2021-04-06 04:04:18 +01:00
parent c670536774
commit 15f0b7b534
12 changed files with 11 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <sys/movedata.h>
#endif
#include "dos.h"
#include "dosdefs.h"
unsigned int _dos_getdiskfree_ex(unsigned int drive, struct diskfree_ex_t* diskspace)
{