We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f22177 commit 65e6297Copy full SHA for 65e6297
portable/MSVC-MingW/portmacro.h
@@ -40,6 +40,10 @@
40
#include <mmsystem.h>
41
#include <winbase.h>
42
43
+#ifdef __cplusplus
44
+extern "C" {
45
+#endif
46
+
47
/******************************************************************************
48
* Defines
49
******************************************************************************/
@@ -215,4 +219,8 @@ void vPortGenerateSimulatedInterruptFromWindowsThread( uint32_t ulInterruptNumbe
215
219
void vPortSetInterruptHandler( uint32_t ulInterruptNumber,
216
220
uint32_t ( * pvHandler )( void ) );
217
221
222
223
+}
224
225
218
226
#endif /* ifndef PORTMACRO_H */
0 commit comments