summaryrefslogtreecommitdiff
path: root/src/vm/codeversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/codeversion.h')
-rw-r--r--src/vm/codeversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/codeversion.h b/src/vm/codeversion.h
index f29f67e3b7..dee4ac312a 100644
--- a/src/vm/codeversion.h
+++ b/src/vm/codeversion.h
@@ -33,7 +33,7 @@ typedef DPTR(class CodeVersionManager) PTR_CodeVersionManager;
// This HRESULT is only used as a private implementation detail. Corerror.xml has a comment in it
// reserving this value for our use but it doesn't appear in the public headers.
-#define CORPROF_E_RUNTIME_SUSPEND_REQUIRED 0x80131381
+#define CORPROF_E_RUNTIME_SUSPEND_REQUIRED _HRESULT_TYPEDEF_(0x80131381L)
#endif