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:
authorAntony Riakiotakis <kalast@gmail.com>2014-01-13 06:28:51 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-01-13 06:28:51 +0400
commit717bf85545989eb91d429108202294da24cbb565 (patch)
treeb58ac43b27cedb08d1cd39e47c50efb30d0d2f31 /source/blender/blenlib/intern/winstuff.c
parentc925b5bbb29f2a7d698037d21cdeefc8b613149b (diff)
Fix some harmless warnings that mostly appeared on MinGW64
Diffstat (limited to 'source/blender/blenlib/intern/winstuff.c')
-rw-r--r--source/blender/blenlib/intern/winstuff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index 071675c21b9..b0572156d00 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -92,7 +92,9 @@ void RegisterBlendExtension(void)
const char *ThumbHandlerDLL;
char RegCmd[MAX_PATH * 2];
char MBox[256];
+#ifndef WIN64
BOOL IsWOW64;
+#endif
printf("Registering file extension...");
GetModuleFileName(0, BlPath, MAX_PATH);