gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
264B

  1. #ifndef Py_BLTINMODULE_H
  2. #define Py_BLTINMODULE_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. PyAPI_DATA(PyTypeObject) PyFilter_Type;
  7. PyAPI_DATA(PyTypeObject) PyMap_Type;
  8. PyAPI_DATA(PyTypeObject) PyZip_Type;
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* !Py_BLTINMODULE_H */
上海开阖软件有限公司 沪ICP备12045867号-1