Skip to content

Prefer depending on NtDll rather than kernel32 or other higher level DLLs #1840

Open
@daurnimator

Description

@daurnimator

Proposal Clarification


"windows" as most people think of it is a stack of

  • the nt kernel
  • ntdll.dll
  • kernel32.dll
  • user32.dll

You don't have to use all elements of this stack, and there are situations where you want to avoid or are not able to use kernel32.dll and/or user32.dll.

The Zig standard library should not assume that kernel32.dll and user32.dll are unconditionally available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedThis proposal is planned.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.os-windowsproposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions