mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -05:00
Merge branch 'master' of ssh://villavu.com:54367/simba
This commit is contained in:
commit
245f9819fd
@ -36,8 +36,8 @@ dll.printpoints.argtypes = [PPOINT, c_int]
|
|||||||
|
|
||||||
d = dll.printpoints(c, 2)
|
d = dll.printpoints(c, 2)
|
||||||
|
|
||||||
#dll.hoi.restype = None
|
dll.hoi.restype = None
|
||||||
#dll.hoi.argtypes = [POINTER(c_int)]
|
dll.hoi.argtypes = [POINTER(c_int)]
|
||||||
|
|
||||||
e = c_int(5)
|
e = c_int(5)
|
||||||
dll.hoi(byref(e))
|
dll.hoi(byref(e))
|
||||||
|
@ -175,7 +175,7 @@ procedure TPSScriptExtension.GetCodeProps;
|
|||||||
Result := Result + 'property ' + ci.OrgName + s;
|
Result := Result + 'property ' + ci.OrgName + s;
|
||||||
if (ci.Decl.Result <> nil) then
|
if (ci.Decl.Result <> nil) then
|
||||||
Result := Result + ': '+ TypeToString(ci.Decl.Result);
|
Result := Result + ': '+ TypeToString(ci.Decl.Result);
|
||||||
if (Cardinal(ci) = Def) then
|
if (PtrUInt(ci) = Def) then
|
||||||
Result := Result + '; default';
|
Result := Result + '; default';
|
||||||
Result := Result + '; ';
|
Result := Result + '; ';
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user