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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-12 06:50:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-12 06:50:21 +0400
commitf8b7cfb6aefa42a8dc44b52c72bb94bdd33236f4 (patch)
treece694faa64589a57ad6a01559368ca3ece6d4461 /source/blender/blenlib/BLI_winstuff.h
parent8fb067af93cfd2c64968e1919d75a323c8e01531 (diff)
code cleanup: quiet some mingw warnings.
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index c393b219785..821946727f2 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -140,7 +140,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);
+const char *dirname(char *path);
int BLI_getInstallationDir(char *str);