mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:59:33 +01:00 
			
		
		
		
	- removed "packed" and dummy field (that was required because of
the "packed" keyword) from the TResourceStringRecord record git-svn-id: trunk@32393 -
This commit is contained in:
		
							parent
							
								
									fbc97cc426
								
							
						
					
					
						commit
						f22c7cc3fc
					
				@ -447,12 +447,9 @@
 | 
			
		||||
 | 
			
		||||
  type
 | 
			
		||||
    PResourceStringRecord = ^TResourceStringRecord;
 | 
			
		||||
    TResourceStringRecord = Packed Record
 | 
			
		||||
    TResourceStringRecord = Record
 | 
			
		||||
       Name,
 | 
			
		||||
       CurrentValue,
 | 
			
		||||
       DefaultValue : AnsiString;
 | 
			
		||||
       HashValue    : LongWord;
 | 
			
		||||
  {$ifdef cpu64}
 | 
			
		||||
       Dummy        : LongWord; // alignment
 | 
			
		||||
  {$endif cpu64}
 | 
			
		||||
     end;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user