Fix OS/2 includes to not repeat including os2.h.

This commit is contained in:
2021-04-11 00:40:29 +01:00
parent d57cc3a3ce
commit 49b5cd1701
4 changed files with 14 additions and 1 deletions

View File

@@ -25,7 +25,12 @@ Copyright (C) 2011-2021 Natalia Portillo
#ifndef AARU_FSTESTER_SETTER_SRC_OS2_ATTR_H_
#define AARU_FSTESTER_SETTER_SRC_OS2_ATTR_H_
#ifndef OS2_INCLUDED
#define INCL_DOSMISC
#define INCL_DOSFILEMGR
#include <os2.h>
#endif
typedef struct
{