2
0
Эх сурвалжийг харах

* fixed differing result types between interface/implementation
of CCreateGUID detected by r9484

git-svn-id: trunk@9485 -

Jonas Maebe 18 жил өмнө
parent
commit
07ad4bdaac

+ 1 - 1
packages/extra/uuid/libuuid.pp

@@ -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