lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2e969e5
)
change uint32 from longword to cardinal for posix delphi
master
author
beware
<beware@bircd.org>
Sat, 18 Oct 2025 23:25:34 +0000
(23:25 +0000)
committer
beware
<beware@bircd.org>
Sat, 18 Oct 2025 23:25:34 +0000
(23:25 +0000)
uint32.inc
patch
|
blob
|
history
diff --git
a/uint32.inc
b/uint32.inc
index 4f2caade7d0367ec2bbb3a1b14f2e29a976089ce..47a89a37afc82574c6d854a53fd047efd46f089f 100644
(file)
--- a/
uint32.inc
+++ b/
uint32.inc
@@
-11,4
+11,4
@@
type
{$ifdef ver90}{$define pred4}{$endif} {delphi 2}
\r
{$ifdef ver100}{$define pred4}{$endif} {delphi 3}
\r
{$endif}
\r
{$ifdef ver90}{$define pred4}{$endif} {delphi 2}
\r
{$ifdef ver100}{$define pred4}{$endif} {delphi 3}
\r
{$endif}
\r
- uint32={$ifdef pred4}longint{$else}
longword
{$endif};
\r
+ uint32={$ifdef pred4}longint{$else}
cardinal
{$endif};
\r