diff options
Diffstat (limited to 'include/bh/internal/file_win.h')
| -rw-r--r-- | include/bh/internal/file_win.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/bh/internal/file_win.h b/include/bh/internal/file_win.h index e69de29..026d239 100644 --- a/include/bh/internal/file_win.h +++ b/include/bh/internal/file_win.h @@ -0,0 +1,9 @@ +#include <windows.h> + +struct bh_file_s +{ + bh_io_t base; + char *path; + int mode; + HANDLE handle; +};
\ No newline at end of file |
