- Timestamp:
- Dec 9, 2024, 11:35:15 PM (4 weeks ago)
- Location:
- Common
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.pas
r578 r580 190 190 I: Integer; 191 191 begin 192 Result := Default(TStringArray); 192 193 SetLength(Result, GetEnvironmentVariableCount); 193 194 for I := 0 to GetEnvironmentVariableCount - 1 do
Note:
See TracChangeset
for help on using the changeset viewer.