Change-Id: Iacb0e4eaf3f0b6bf843f3bfda5bdfde0f7a98808 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55590 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _WCHAR_H
 | |
| #define _WCHAR_H
 | |
| 
 | |
| #include <stddef.h>
 | |
| 
 | |
| #ifndef __WINT_TYPE__
 | |
| # define __WINT_TYPE__ unsigned int
 | |
| #endif
 | |
| typedef __WINT_TYPE__ wint_t;
 | |
| 
 | |
| #endif
 |