Commit: 74d68e50d3d779c81628c9e4abe5a6eb64aae1c1
Author: Ray Molenkamp
Date:   Thu Jan 27 10:20:45 2022 -0700
Branches: master
https://developer.blender.org/rB74d68e50d3d779c81628c9e4abe5a6eb64aae1c1

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

===================================================================

M       source/blender/blenlib/intern/winstuff.c

===================================================================

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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to