MicrosoftDocs / Console-Docs

Windows Console Docs Repo
Creative Commons Attribution 4.0 International
221 stars 84 forks source link

Wrong declaration #309

Open RadAd opened 9 months ago

RadAd commented 9 months ago

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.