-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
support std.os.windows.peb on 32-bit arm windows #4645
Labels
arch-arm
32-bit ARM
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-windows
standard library
This issue involves writing Zig code for the standard library.
Milestone
Comments
andrewrk
added
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
standard library
This issue involves writing Zig code for the standard library.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
labels
Mar 5, 2020
LemonBoy
added a commit
to LemonBoy/zig
that referenced
this issue
Mar 5, 2020
Use the NtCurrentTeb API instead of using some inline asm, this is much nicer and also more portable. Closes ziglang#4645
LemonBoy
added a commit
to LemonBoy/zig
that referenced
this issue
Mar 6, 2020
Use the NtCurrentTeb API instead of using some inline asm, this is much nicer and also more portable. Closes ziglang#4645
andrewrk
changed the title
support std.os.windows.peb on arm windows
support std.os.windows.peb on 32-bit arm windows
Mar 6, 2020
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Aug 21, 2024
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Aug 21, 2024
alexrp
added a commit
to alexrp/zig
that referenced
this issue
Aug 23, 2024
richerfu
pushed a commit
to richerfu/zig
that referenced
this issue
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-arm
32-bit ARM
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-windows
standard library
This issue involves writing Zig code for the standard library.
Here are some helpful tid bits from
#winehackers
on freenode:The text was updated successfully, but these errors were encountered: