You've already forked lazarus-ccr
* Re-generated .inc files with new version from the idlparser.
* Some string-types are now not returned as function result but as parameter. Solves several string issues. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -12,7 +12,7 @@ type
|
||||
procedure Setoffline(aoffline: longbool); safecall;
|
||||
property offline : longbool read Getoffline write Setoffline;
|
||||
function allowPort(aPort: idllong; aScheme: PAnsiChar) : longbool; safecall;
|
||||
function extractScheme(urlString: AUTF8String) : ACString; safecall;
|
||||
procedure extractScheme(urlString: AUTF8String; result_: ACString); safecall;
|
||||
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user