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:
authorRay Molenkamp <github@lazydodo.com>2022-01-27 20:20:45 +0300
committerRay Molenkamp <github@lazydodo.com>2022-01-27 20:21:35 +0300
commit74d68e50d3d779c81628c9e4abe5a6eb64aae1c1 (patch)
treee5457f81273704588c2e4e580e5499ed49835523
parent89dbad9085df0961da8b7d51e8e351b2b7fcf134 (diff)
Revert "Cleanup: Remove unused variables in winstuff.c"
This reverts commit 32a96b80a349f30a878d82aaa1ed1ed574cef277. this needed an ifdef, not a removal, will land a proper fix later
-rw-r--r--source/blender/blenlib/intern/winstuff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index d454ec6fea6..11345fc7242 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -79,6 +79,10 @@ bool BLI_windows_register_blend_extension(const bool background)
char buffer[256];
char BlPath[MAX_PATH];
+ char InstallDir[FILE_MAXDIR];
+ char SysDir[FILE_MAXDIR];
+ const char *ThumbHandlerDLL;
+ char RegCmd[MAX_PATH * 2];
char MBox[256];
char *blender_app;
# ifndef _WIN64