|
@@ -53,7 +53,9 @@
|
|
{$ifdef read_interface}
|
|
{$ifdef read_interface}
|
|
|
|
|
|
type
|
|
type
|
|
|
|
+ {$calling default}
|
|
{$i typshrdh.inc}
|
|
{$i typshrdh.inc}
|
|
|
|
+ {$calling cdecl}
|
|
{ WARNING
|
|
{ WARNING
|
|
the variable argument list
|
|
the variable argument list
|
|
is not implemented for FPC
|
|
is not implemented for FPC
|
|
@@ -8211,6 +8213,8 @@ type
|
|
a.flag0:=a.flag0 or ((__fAckReq shl bp_DDEUP_fAckReq) and bm_DDEUP_fAckReq);
|
|
a.flag0:=a.flag0 or ((__fAckReq shl bp_DDEUP_fAckReq) and bm_DDEUP_fAckReq);
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
+ {$calling default}
|
|
{$i typshrd.inc}
|
|
{$i typshrd.inc}
|
|
|
|
+ {$calling cdecl}
|
|
{$endif read_implementation}
|
|
{$endif read_implementation}
|
|
|
|
|