Typo in comment (windirs unit)

This commit is contained in:
Margers 2024-10-04 08:24:55 +00:00 committed by Michael Van Canneyt
parent a188322e76
commit abdbe4065b

View File

@ -24,7 +24,7 @@ https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457.aspx
interface interface
// CSIDL_* contants are also declared in "ShellApi" and "shfolder" units. // CSIDL_* constants are also declared in "ShellApi" and "shfolder" units.
// If changed, remember to add an appropriate mapping in CSIDLtoFOLDERID list. // If changed, remember to add an appropriate mapping in CSIDLtoFOLDERID list.
const const
CSIDL_PROGRAMS = $0002; { %SYSTEMDRIVE%\Program Files } CSIDL_PROGRAMS = $0002; { %SYSTEMDRIVE%\Program Files }