1 |
|
/* |
2 |
|
* extfs_amiga.cpp - MacOS file system for access native file system access, AmigaOS specific stuff |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2002 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
19 |
|
*/ |
20 |
|
|
21 |
|
#include <exec/types.h> |
22 |
+ |
#define __USE_SYSBASE |
23 |
|
#include <proto/dos.h> |
24 |
+ |
#include <inline/dos.h> |
25 |
|
|
26 |
|
#include <sys/types.h> |
27 |
|
#include <sys/stat.h> |