mirror of
https://github.com/LIV2/libnix.git
synced 2025-12-06 00:23:08 +00:00
copy struct filenode for msys/cygwin
This commit is contained in:
parent
36342cc1ea
commit
35f6c53ce8
@ -18,7 +18,16 @@
|
||||
#define KPrintF(a,...)
|
||||
#endif
|
||||
|
||||
#include "../../nix/stdio/__filenode.h"
|
||||
/* objects in ___filelist */
|
||||
#include <exec/lists.h>
|
||||
struct filenode {
|
||||
struct MinNode node;
|
||||
FILE theFILE;
|
||||
};
|
||||
|
||||
/* own stuff */
|
||||
extern struct MinList ___filelist; /* List of all fopen'ed files */
|
||||
extern struct MinList __memorylist; /* List of memory puddles */
|
||||
|
||||
extern struct ExecBase * SysBase;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user