forked from epics_driver_modules/motorBase
Handle C++ correctly
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
#define __stdcall
|
||||
#endif
|
||||
|
||||
#ifdef __rtems__
|
||||
#include "strtok_r.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user