We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adf4b1 commit fb73be1Copy full SHA for fb73be1
coroutine/win32/Context.h
@@ -16,6 +16,7 @@
16
#include <string.h>
17
18
#define COROUTINE __declspec(noreturn) void __fastcall
19
+#define COROUTINE_DECL void __fastcall
20
#define COROUTINE_LIMITED_ADDRESS_SPACE
21
22
/* This doesn't include thread information block */
coroutine/win64/Context.h
#define COROUTINE __declspec(noreturn) void
+#define COROUTINE_DECL void
enum {
COROUTINE_REGISTERS = 8,
0 commit comments