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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-20 23:09:12 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-20 23:09:12 +0400
commitad260a03706e7ad589430911448285dceafe5370 (patch)
treed5aa62caa644be1bfb7790ae19c8986468a3bbaa /source/blender/blenlib/BLI_winstuff.h
parentd8ee1e27375b475e610bc04f2c7cf3efee0d6c1b (diff)
basename() function, at least know it should compile.
Feel free to replace with the proper WIN32 code.
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 757b3605203..77d41e2b96a 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -129,6 +129,7 @@ struct dirent *readdir(DIR *dp);
int closedir (DIR *dp);
void get_default_root(char *root);
int check_file_chars(char *filename);
+char *dirname(char *path);
#ifdef WIN32
int BLI_getInstallationDir(char *str);