Win32: Copy coroutine no longer exists
At 42130a64f02294dc8025af3a51bda518c67ab33d, it has been replaced with pthread implementation.
This commit is contained in:
parent
c77f736bc1
commit
ea2ea74a26
@ -330,8 +330,7 @@ COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.asm)
|
||||
COROUTINE_OBJ = coroutine/win32/Context.obj
|
||||
COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.asm)
|
||||
!else
|
||||
COROUTINE_OBJ = coroutine/copy/Context.obj
|
||||
COROUTINE_SRC = $(COROUTINE_OBJ:.obj=.c)
|
||||
!error copy coroutine has been replaced with pthread implementation at 42130a64f02294dc8025af3a51bda518c67ab33d
|
||||
!endif
|
||||
COROUTINE_H = $(COROUTINE_OBJ:.obj=.h)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user