summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/Strike/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ToolBox/SOS/Strike/util.h b/src/ToolBox/SOS/Strike/util.h
index a6ca86e847..7ffba1cee8 100644
--- a/src/ToolBox/SOS/Strike/util.h
+++ b/src/ToolBox/SOS/Strike/util.h
@@ -60,6 +60,10 @@ struct IMDInternalImport;
#define POINTERSIZE_TYPE "I32"
#endif
+#ifndef TARGET_POINTER_SIZE
+#define TARGET_POINTER_SIZE POINTERSIZE_BYTES
+#endif // TARGET_POINTER_SIZE
+
#if defined(_MSC_VER)
#pragma warning(disable:4510 4512 4610)
#endif