Skip to content

Wrong declaration #309

Description

@RadAd

Even though it should be const, the actual header declares it as non-const:

WINBASEAPI
BOOL
APIENTRY
AddConsoleAliasA(
_In_ LPSTR Source,
_In_ LPSTR Target,
_In_ LPSTR ExeName
);
WINBASEAPI
BOOL
APIENTRY
AddConsoleAliasW(
_In_ LPWSTR Source,
_In_ LPWSTR Target,
_In_ LPWSTR ExeName
);

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions