mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 16:55:01 -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)
|
||||
|
||||
#dll.hoi.restype = None
|
||||
#dll.hoi.argtypes = [POINTER(c_int)]
|
||||
dll.hoi.restype = None
|
||||
dll.hoi.argtypes = [POINTER(c_int)]
|
||||
|
||||
e = c_int(5)
|
||||
dll.hoi(byref(e))
|
||||
|
@ -175,7 +175,7 @@ procedure TPSScriptExtension.GetCodeProps;
|
||||
Result := Result + 'property ' + ci.OrgName + s;
|
||||
if (ci.Decl.Result <> nil) then
|
||||
Result := Result + ': '+ TypeToString(ci.Decl.Result);
|
||||
if (Cardinal(ci) = Def) then
|
||||
if (PtrUInt(ci) = Def) then
|
||||
Result := Result + '; default';
|
||||
Result := Result + '; ';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user