make RealHandle inline to silence some unused warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3814
This commit is contained in:
		
							parent
							
								
									81226995de
								
							
						
					
					
						commit
						556ff13f87
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -638,7 +638,7 @@ struct DOS_Block {
 | 
			
		|||
 | 
			
		||||
extern DOS_Block dos;
 | 
			
		||||
 | 
			
		||||
static Bit8u RealHandle(Bit16u handle) {
 | 
			
		||||
static INLINE Bit8u RealHandle(Bit16u handle) {
 | 
			
		||||
	DOS_PSP psp(dos.psp());	
 | 
			
		||||
	return psp.GetFileHandle(handle);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue