6 Oct
2001
6 Oct
'01
8:26 p.m.
Alexandre Julliard wrote:
Andriy Palamarchuk <apa3a(a)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