Skip to content

Commit 0ff2e85

Browse files
committed
Fix CThreads
1 parent d27339e commit 0ff2e85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MicroCoinWallet.dpr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ program MicroCoinWallet;
77
uses
88
{$IFnDEF FPC}
99
{$ELSE}
10-
cthreads,
1110
LCLTranslator,
1211
{$IFDEF LINUX}
12+
{$ifdef FPC}
13+
cthreads,
14+
{$endif}
1315
{$else}
1416
windows,
15-
{$ENDIF }
17+
{$ENDIF}
1618
Interfaces,
17-
{$ENDIF }
19+
{$ENDIF}
1820
Forms,
1921
UBlockChain in 'src\MicroCoin\Core\UBlockChain.pas',
2022
UCrypto in 'src\MicroCoin\Core\UCrypto.pas',
@@ -55,8 +57,6 @@ uses
5557
System.inifiles,
5658
{$ELSE}
5759
IniFiles,
58-
{$IFDEF LINUX}
59-
{$ENDIF}
6060
{$ENDIF}
6161
sysutils;
6262

MicroCoinWallet.res

-240 KB
Binary file not shown.

0 commit comments

Comments
 (0)