We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27339e commit 0ff2e85Copy full SHA for 0ff2e85
MicroCoinWallet.dpr
@@ -7,14 +7,16 @@ program MicroCoinWallet;
7
uses
8
{$IFnDEF FPC}
9
{$ELSE}
10
- cthreads,
11
LCLTranslator,
12
{$IFDEF LINUX}
+ {$ifdef FPC}
13
+ cthreads,
14
+ {$endif}
15
{$else}
16
windows,
- {$ENDIF }
17
+ {$ENDIF}
18
Interfaces,
19
20
Forms,
21
UBlockChain in 'src\MicroCoin\Core\UBlockChain.pas',
22
UCrypto in 'src\MicroCoin\Core\UCrypto.pas',
@@ -55,8 +57,6 @@ uses
55
57
System.inifiles,
56
58
59
IniFiles,
- {$IFDEF LINUX}
- {$ENDIF}
60
{$ENDIF}
61
sysutils;
62
MicroCoinWallet.res
-240 KB
0 commit comments