Parent Directory
|
Revision Log
fix for delphi
1 | beware | 128 | {$ifdef cpu386} |
2 | {$define i386} | ||
3 | {$define cpux86} | ||
4 | {$endif} | ||
5 | |||
6 | {$ifdef cpuamd64} | ||
7 | {$define cpux64} | ||
8 | {$endif} | ||
9 | |||
10 | |||
11 | beware | 133 | {$ifdef i386} |
12 | {$define ENDIAN_LITTLE} | ||
13 | {$ifdef fpc}{$asmmode intel}{$endif} | ||
14 | {$endif} | ||
15 | beware | 107 | |
16 | beware | 133 | {$ifdef cpux64} |
17 | {$define ENDIAN_LITTLE} | ||
18 | {$ifdef fpc}{$asmmode intel}{$endif} | ||
19 | {$endif} | ||
20 |
No admin address has been configured">No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.1.26 |