python.cfg: Add macros DL_IMPORT and DL_EXPORT (#1644)

daca@home issues `unknownMacro` errors for these (deprecated) macros.
This commit is contained in:
Sebastian 2019-02-05 16:12:34 +01:00 committed by amai2012
parent 06d16622e9
commit 1ef13f8b06
1 changed files with 3 additions and 0 deletions

View File

@ -102,4 +102,7 @@
<pure/>
<use-retval/>
</function>
<!-- Deprecated DL_IMPORT and DL_EXPORT macros -->
<define name="DL_IMPORT(RTYPE)" value="RTYPE"/>
<define name="DL_EXPORT(RTYPE)" value="RTYPE"/>
</def>