redefine dvar for convenience
[lcore.git] / pgtypes.inc
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