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

@@ -35,7 +35,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "../include/defs.h"
#include "../log.h"
#include "dos.h"
#include "dosdefs.h"
#include "time.h"
void Timestamps(const char* path)