mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01: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.
 |