Skip to content

Commit 44b827d

Browse files
author
delphidabbler
committed
Changed position of some conditional compile directives
1 parent 9b1bb9e commit 44b827d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/FirstRun.UMain.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ procedure TFirstRun.UpdateUserCfgFile(out Changes: TFirstRunCfgChangeSet);
244244
fUserConfigFile.DeleteProxyServerSection;
245245
end;
246246

247+
{$IFNDEF PORTABLE}
247248
if fCommonConfigFile.FileVer < 7 then
248249
begin
249-
{$IFNDEF PORTABLE}
250250
fCommonConfigFile.DeleteRegistrationInfo;
251251
fCommonConfigFile.DeleteProgramKey;
252-
{$ENDIF}
253252
end;
253+
{$ENDIF}
254254

255255
fUserConfigFile.Stamp;
256256

0 commit comments

Comments
 (0)