Handle C++ correctly

This commit is contained in:
MarkRivers
2010-11-11 12:05:00 +00:00
parent f7b03b94e3
commit 351ed09f02
+4
View File
@@ -16,6 +16,10 @@
#define __stdcall
#endif
#ifdef __rtems__
#include "strtok_r.h"
#endif
#ifdef __cplusplus
extern "C"
{