lcore.org gitweb
/
lcore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
no longer by default call TimeBeginPeriod(1) in btime init
[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