summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/helpsupport.py')
-rw-r--r--Mac/Modules/help/helpsupport.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Modules/help/helpsupport.py b/Mac/Modules/help/helpsupport.py
index 26fa054..34b6871 100644
--- a/Mac/Modules/help/helpsupport.py
+++ b/Mac/Modules/help/helpsupport.py
@@ -36,6 +36,9 @@ MenuItemIndex = Type("MenuItemIndex", "H")
#EventKind = Type("EventKind", "H")
includestuff = includestuff + """
+#ifndef PyDoc_STR
+#define PyDoc_STR(x) (x)
+#endif
#ifdef WITHOUT_FRAMEWORKS
#include <MacHelp.h>
#else