Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added some Win32 file memory mapping functions #16887

Conversation

mondegreengames
Copy link

No description provided.

@squeek502
Copy link
Collaborator

Just a heads up: this is unlikely to be merged unless there's a use-case within the standard library or the Zig compiler source code.

Relevant issues:

Note also that this does not have to be part of the standard library for you to be able to use it. These bindings can go in your project's source and it'll work just fine.

@mondegreengames
Copy link
Author

Gotcha. This PR started when I found that Stat isn't defined in std\c\windows.zig. It just has this:

pub const Stat = @compileError("TODO windows Stat definition");

But that may be a more worthwhile PR. I'll close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants