Where we emulate undocumented code, is it acceptable to constify the formal arguments, where appropriate?
Thanks,
-- Andy.
On 8/7/06, Andrew Talbot Andrew.Talbot@talbotville.com wrote:
Where we emulate undocumented code, is it acceptable to constify the formal arguments, where appropriate?
Can you give us examples of code in question?
James Hawkins wrote:
Can you give us examples of code in question?
In shlwapi/ordinal.c, FDSA_InsertItem(), I would like to change the third parameter's declaration from void * to const void *.
-- Andy.
Andrew Talbot Andrew.Talbot@talbotville.com writes:
In shlwapi/ordinal.c, FDSA_InsertItem(), I would like to change the third parameter's declaration from void * to const void *.
If there's no official prototype in the SDK then it's OK to fix it.