mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:27:56 +02:00
15 lines
204 B
ObjectPascal
15 lines
204 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 3827 }
|
|
{ Submitted by "Thomas Schatzl" on 2005-03-25 }
|
|
{ e-mail: }
|
|
{$MODE DELPHI}
|
|
|
|
uses
|
|
sysutils;
|
|
|
|
var
|
|
guid : tguid;
|
|
|
|
begin
|
|
CreateGUID(guid);
|
|
end.
|