This website requires JavaScript.
Explore
Help
Sign In
blankhex
/
bhlib-old
Archived
Watch
1
Star
0
Fork
0
You've already forked bhlib-old
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-04-17
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
785070798c661de51e7485a6d72bec472ed480c2
bhlib-old
/
include
/
bh
/
internal
/
file_win.h
9 lines
110 B
C
Raw
Normal View
History
Unescape
Escape
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
#
include
<windows.h>
struct
bh_file_s
{
bh_io_t
base
;
char
*
path
;
int
mode
;
HANDLE
handle
;
}
;
Reference in New Issue
Copy Permalink