mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 23:37:23 +01:00
* Unit windirs does not need to depend on unit strings.
git-svn-id: trunk@17725 -
This commit is contained in:
parent
ea880b829c
commit
e3816d0db2
@ -6,8 +6,7 @@ unit windirs;
|
||||
interface
|
||||
|
||||
uses
|
||||
windows,
|
||||
strings;
|
||||
windows;
|
||||
|
||||
Const
|
||||
CSIDL_PROGRAMS = $0002; { %SYSTEMDRIVE%\Program Files }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user