mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Rename os2.h to os2defs.h to prevent collision in old compilers.
This commit is contained in:
@@ -22,9 +22,6 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#define INCL_DOSMISC
|
||||
#define INCL_DOSFILEMGR
|
||||
|
||||
#include <os2.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -35,7 +32,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 FileAttributes(const char* path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user