patch [#34103] use boolean in path functions and add comments.

path_util_1.patch from Lawrence D'Oliveiro (ldo)
This commit is contained in:
2013-03-04 19:27:51 +00:00
parent 013a176c52
commit 0d5b028d43
26 changed files with 225 additions and 134 deletions

View File

@@ -32,9 +32,9 @@
/* XXX Why bloody hell isn't that included in Python.h???? */
#include <structmember.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_ghash.h"
#include "BLI_utildefines.h"
#include "BPY_extern.h"
#include "bpy_app_translations.h"