mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Add missing Extern "C" to MSVC portmacro.h
This commit is contained in:
		
							parent
							
								
									9f22177c02
								
							
						
					
					
						commit
						65e6297b68
					
				@ -40,6 +40,10 @@
 | 
			
		||||
#include <mmsystem.h>
 | 
			
		||||
#include <winbase.h>
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/******************************************************************************
 | 
			
		||||
*   Defines
 | 
			
		||||
******************************************************************************/
 | 
			
		||||
@ -215,4 +219,8 @@ void vPortGenerateSimulatedInterruptFromWindowsThread( uint32_t ulInterruptNumbe
 | 
			
		||||
void vPortSetInterruptHandler( uint32_t ulInterruptNumber,
 | 
			
		||||
                               uint32_t ( * pvHandler )( void ) );
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif /* ifndef PORTMACRO_H */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user