Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2007-02-22 13:20:27 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-02-22 13:20:27 +0300
commit5cb958f305d37a57d3a16745b13348b1d350a61e (patch)
tree4e7f1ac78a56aeac88c6da2fc24966e9f63e06d3 /source/blender/blenlib
parentfbd8a169335aff9d4705533f616ec8b00d4daac7 (diff)
broken build!
FILE_MAX undefied in util.c implicit method def Armature_CreatePyObject() in Armature.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/util.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/source/blender/blenlib/intern/util.c b/source/blender/blenlib/intern/util.c
index 590dd7beb5b..8de2970119f 100644
--- a/source/blender/blenlib/intern/util.c
+++ b/source/blender/blenlib/intern/util.c
@@ -50,6 +50,8 @@
#include "BLI_dynamiclist.h"
#include "BLI_util.h"
+#include "BKE_utildefines.h"
+
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -75,16 +77,6 @@
#include <CoreFoundation/CoreFoundation.h>
#endif
-
-// copies from BKE_utildefines
-#ifndef FILE_MAXDIR
-#define FILE_MAXDIR 160
-#endif
-
-#ifndef FILE_MAXFILE
-#define FILE_MAXFILE 80
-#endif
-
/* local */
static int add_win32_extension(char *name);