Parent Directory
|
Revision Log
add cpu defines for x64 support and unification between delphi and fpc
1 | {$ifdef cpu386} |
2 | {$define i386} |
3 | {$define cpux86} |
4 | {$endif} |
5 | |
6 | {$ifdef cpuamd64} |
7 | {$define cpux64} |
8 | {$endif} |
9 | |
10 | |
11 | {$ifdef i386}{$define ENDIAN_LITTLE}{$endif} |
12 | {$ifdef cpux64}{$define ENDIAN_LITTLE}{$endif} |
13 |
No admin address has been configured">No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.1.26 |