Console-Docs icon indicating copy to clipboard operation
Console-Docs copied to clipboard

Wrong declaration

Open RadAd opened this issue 4 months ago • 0 comments

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.

RadAd avatar Feb 13 '24 04:02 RadAd