windows: fix that an immediate connect error is not seen and the socket is stuck...
[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}
12 {$define ENDIAN_LITTLE}
13 {$ifdef fpc}{$asmmode intel}{$endif}
14 {$endif}
15
16 {$ifdef cpux64}
17 {$define ENDIAN_LITTLE}
18 {$ifdef fpc}{$asmmode intel}{$endif}
19 {$endif}
20