Open RadAd opened 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 );
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Even though it should be const, the actual header declares it as non-const:
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.