mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Clean includes for DOS.
This commit is contained in:
@@ -29,25 +29,7 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#if defined(__DOS__) || defined(MSDOS)
|
||||
|
||||
#include <direct.h>
|
||||
#include <dos.h>
|
||||
#include <i86.h>
|
||||
#include <io.h>
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(__WATCOM__)
|
||||
#include <direct.h>
|
||||
#elif defined(__DJGPP__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "../include/consts.h"
|
||||
#include "../include/defs.h"
|
||||
#include "../include/dosos2.h"
|
||||
#include "dos.h"
|
||||
|
||||
void FilePermissions(const char* path)
|
||||
{ /* Do nothing, not supported by target operating system */
|
||||
|
||||
Reference in New Issue
Block a user