update cmake checker to ignore file list and add some headers to the source list.

This commit is contained in:
2011-06-21 17:00:34 +00:00
parent 22c68cd748
commit d33b63c5d8
3 changed files with 59 additions and 2 deletions

View File

@@ -1473,7 +1473,7 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
param= _PyUnicode_AsString(value);
}
#else // USE_STRING_COERCE
param= _PyUnicode_AsStringSize(value);
param= _PyUnicode_AsString(value);
#endif // USE_STRING_COERCE
if (param==NULL) {