summaryrefslogtreecommitdiff
path: root/coroutine/win32/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win32/Context.h')
-rw-r--r--coroutine/win32/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/win32/Context.h b/coroutine/win32/Context.h
index aa9f17ddab..779a9a8938 100644
--- a/coroutine/win32/Context.h
+++ b/coroutine/win32/Context.h
@@ -17,7 +17,7 @@ extern "C" {
#define COROUTINE __declspec(noreturn) void __fastcall
/* This doesn't include thread information block */
-const size_t COROUTINE_REGISTERS = 4;
+enum {COROUTINE_REGISTERS = 4};
typedef struct
{