mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Fix: crash on startup, introduced by 919f3a4, cthreads/cmem should be the first unit
(cherry picked from commit 2e5b4845de)
This commit is contained in:
parent
482f1afcf4
commit
97f52a1811
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ program doublecmd;
|
|||
|
||||
{.$APPTYPE GUI}
|
||||
uses
|
||||
uSystem,
|
||||
{$IFDEF MSWINDOWS}
|
||||
uElevation,
|
||||
{$IFDEF LCLQT5}
|
||||
|
|
@ -40,6 +39,7 @@ uses
|
|||
uQt5Workaround,
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
uSystem,
|
||||
uMoveConfig,
|
||||
uEarlyConfig,
|
||||
DCConvertEncoding,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue