Rename time.h to timew32.h to prevent conflicts with older compilers.

This commit is contained in:
2021-04-07 01:41:18 +01:00
parent 98c812904c
commit 5f5f854dc3
3 changed files with 2 additions and 4 deletions

View File

@@ -33,11 +33,9 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <string.h>
#include "win32.h"
#include "time.h"
#include "../include/defs.h"
#include "../log.h"
#include "timew32.h"
void Timestamps(const char* path)
{