python.cfg: Added support for some macros found by daca@home.
This commit is contained in:
parent
41549f4801
commit
48b9d61d49
|
@ -168,4 +168,8 @@
|
|||
<!-- Deprecated DL_IMPORT and DL_EXPORT macros -->
|
||||
<define name="DL_IMPORT(RTYPE)" value="RTYPE"/>
|
||||
<define name="DL_EXPORT(RTYPE)" value="RTYPE"/>
|
||||
<define name="Py_BEGIN_ALLOW_THREADS" value=""/>
|
||||
<define name="Py_END_ALLOW_THREADS" value=""/>
|
||||
<define name="Py_BLOCK_THREADS" value=""/>
|
||||
<define name="Py_UNBLOCK_THREADS" value=""/>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue