mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
* fixed differing result types between interface/implementation
of CCreateGUID detected by r9484 git-svn-id: trunk@9485 -
This commit is contained in:
parent
719c29cf86
commit
07ad4bdaac
@ -10,7 +10,7 @@ Var
|
||||
LibUUIDName : String = 'libuuid.so.1';
|
||||
ProcName : String = 'uuid_generate_time';
|
||||
|
||||
function CCreateGUID(out Guid: TGUID): Integer;
|
||||
function CCreateGUID(out Guid: TGUID): HResult;
|
||||
|
||||
Implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user