14 hours ago |
96 |
1 |
// Undef's the convenience names defied in coroutine_names_def.h | ||
2 |
|||||
3 |
#undef Coroutine_SetStackLimit | ||||
4 |
#undef Coroutine_GetReport | ||||
5 |
#undef Coroutine_CheckIntegrity | ||||
6 |
#undef Coroutine_New | ||||
7 |
#undef Coroutine_Run_Coroutine | ||||
8 |
#undef Coroutine_RunSystem | ||||
9 |
#undef Coroutine_Run | ||||
10 |
#undef Coroutine_Delete | ||||
11 |
#undef Coroutine_Continue | ||||
12 |
#undef Coroutine_Yield | ||||
13 |
#undef Coroutine_GetValue | ||||
14 |
#undef Coroutine_GetActive | ||||
15 |
#undef Coroutine_GetStackHeadroom | ||||
16 |
#undef Coroutine_GetStackHWM | ||||
17 |
#undef Coroutine_ClearStackForHWM | ||||
18 |
#undef Coroutine_CanStartCoroutine | ||||
19 |
#undef Coroutine_GetCStackTop | ||||
20 |
#undef Coroutine_Chain | ||||
21 |
#undef Coroutine_IsStarted | ||||
22 |
#undef Coroutine_IsRunning | ||||
23 |
#undef Coroutine_IsComplete | ||||
24 |
#undef Coroutine_Dump_ | ||||
25 |