From 74d68e50d3d779c81628c9e4abe5a6eb64aae1c1 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 27 Jan 2022 10:20:45 -0700 Subject: 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 --- source/blender/blenlib/intern/winstuff.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3