summaryrefslogtreecommitdiff
path: root/src/pal/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc')
-rw-r--r--src/pal/inc/rt/dbghelp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pal/inc/rt/dbghelp.h b/src/pal/inc/rt/dbghelp.h
index 6467a77a46..fe9a408045 100644
--- a/src/pal/inc/rt/dbghelp.h
+++ b/src/pal/inc/rt/dbghelp.h
@@ -29,5 +29,10 @@ Revision History:
#pragma once
#endif
+//
+// options that are set/returned by SymSetOptions() & SymGetOptions()
+// these are used as a mask
+//
+#define SYMOPT_LOAD_LINES 0x00000010
#endif // _DBGHELP_