#ifndef COR_PLATFORM_INC_H
#define COR_PLATFORM_INC_H
// platform specific parts collected together

// Things which might be defined - these are examples from a cpython integration...
// #define Coroutine_NS(N) _Py_Coroutine_##N
// #define Coroutine_API_FUNC(T) PyAPI_FUNC(T)

#endif

