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:
authorBenoit Bolsee <benoit.bolsee@online.be>2012-05-30 00:06:31 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2012-05-30 00:06:31 +0400
commit1d4ab9daf0ef38066469fb86bed0fc24b2e1bbda (patch)
tree97646f026c79edc6f2b88bcc6de3bf0f6de0c06f /source/blender/quicktime
parent3495479b4fd35668e7e0b7ca495a3a9146843c00 (diff)
Win32: Compilation fix for quicktime import
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index c765e15ef51..f3e71feec58 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -136,7 +136,7 @@ void quicktime_exit(void)
#ifdef _WIN32
-const char *get_valid_qtname(char *name)
+char *get_valid_qtname(char *name)
{
TCHAR Buffer[MAX_PATH];
DWORD dwRet;