PyUnicodeUCS4_FromWideChar

This commit is contained in:
David Rose 2005-07-18 22:06:51 +00:00
parent 3937f92912
commit 9e75c3dfd9

View File

@ -64,6 +64,7 @@ extern "C" {
EXPCL_DTOOLCONFIG int PyType_IsSubtype(...);
EXPCL_DTOOLCONFIG int PyUnicode_Type(...);
EXPCL_DTOOLCONFIG int PyUnicodeUCS2_FromWideChar(...);
EXPCL_DTOOLCONFIG int PyUnicodeUCS4_FromWideChar(...);
EXPCL_DTOOLCONFIG int Py_BuildValue(...);
EXPCL_DTOOLCONFIG int Py_InitModule4(...);
EXPCL_DTOOLCONFIG int PyCFunction_New(...);
@ -139,6 +140,7 @@ int PyTuple_New(...) { return 0; }
int PyType_IsSubtype(...) { return 0; }
int PyUnicode_Type(...) { return 0; }
int PyUnicodeUCS2_FromWideChar(...) { return 0; }
int PyUnicodeUCS4_FromWideChar(...) { return 0; }
int Py_BuildValue(...) { return 0; }
int Py_InitModule4(...) { return 0; }
int PyCFunction_New(...) { return 0; };