|
|
| version 1.6, 2004/01/27 10:55:47 | version 1.7, 2004/02/05 13:45:06 |
|---|---|
| Line 1 | Line 1 |
| #ifndef NP2_X11_DOSIO_H__ | #ifndef NP2_X11_DOSIO_H__ |
| #define NP2_X11_DOSIO_H__ | #define NP2_X11_DOSIO_H__ |
| #include <dirent.h> | |
| typedef FILE * FILEH; | typedef FILE * FILEH; |
| #define FILEH_INVALID NULL | #define FILEH_INVALID NULL |
| typedef void * FLISTH; | |
| #define FLISTH_INVALID NULL | |
| #define FSEEK_SET SEEK_SET | #define FSEEK_SET SEEK_SET |
| #define FSEEK_CUR SEEK_CUR | #define FSEEK_CUR SEEK_CUR |
| #define FSEEK_END SEEK_END | #define FSEEK_END SEEK_END |
| Line 40 typedef struct { | Line 39 typedef struct { |
| } DOSTIME; | } DOSTIME; |
| typedef struct { | typedef struct { |
| char path[MAX_PATH]; | |
| DIR *hdl; | |
| } _FLISTH, *FLISTH; | |
| #define FLISTH_INVALID NULL | |
| typedef struct { | |
| UINT caps; | UINT caps; |
| UINT32 size; | UINT32 size; |
| UINT32 attr; | UINT32 attr; |