Andriy Palamarchuk apa3a@yahoo.com writes:
Files sysmetrics.c, sysmetrics.h: Implementation of SetSystemMetrics function which sets data accessed by GetSystemMetrics.
Applied, but I renamed it to SYSMETRICS_Set. Internal functions should not be named the same way as exported APIs, otherwise people reading the code will think this is a standard Windows function.
Alexandre Julliard wrote:
Andriy Palamarchuk apa3a@yahoo.com writes:
Files sysmetrics.c, sysmetrics.h: Implementation of SetSystemMetrics function which sets data accessed by GetSystemMetrics.
Applied, but I renamed it to SYSMETRICS_Set. Internal functions should not be named the same way as exported APIs, otherwise people reading the code will think this is a standard Windows function.
Alexandre, thank you for the update and for the advise. Completely agree with you.
Andriy Palamarchuk