summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/format/symbol.c')
-rw-r--r--plugins/pychrysalide/format/symbol.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/pychrysalide/format/symbol.c b/plugins/pychrysalide/format/symbol.c
index 5ddaca2..ae13cf2 100644
--- a/plugins/pychrysalide/format/symbol.c
+++ b/plugins/pychrysalide/format/symbol.c
@@ -342,6 +342,10 @@ static bool py_binary_symbol_define_constants(PyTypeObject *obj_type)
result &= PyDict_AddIntMacro(obj_type, STP_RO_STRING);
result &= PyDict_AddIntMacro(obj_type, STP_COUNT);
+ result &= PyDict_AddIntMacro(obj_type, SSS_INTERNAL);
+ result &= PyDict_AddIntMacro(obj_type, SSS_EXPORTED);
+ result &= PyDict_AddIntMacro(obj_type, SSS_IMPORTED);
+
return result;
}