Rename os2.h to os2defs.h to prevent collision in old compilers.

This commit is contained in:
2021-04-05 21:47:32 +01:00
parent 3a17625aad
commit 7c8582bde4
12 changed files with 11 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "../../include/consts.h"
#include "../../include/defs.h"
#include "../../log.h"
#include "../os2.h"
#include "../os2defs.h"
void GetOsInfo()
{

View File

@@ -35,7 +35,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "../../include/consts.h"
#include "../../include/defs.h"
#include "../../log.h"
#include "../os2.h"
#include "../os2defs.h"
void ExtendedAttributes(const char* path)
{