From 3dcc7c73e2d97c931136490238498520572d4ce0 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 13 Jul 2020 08:38:31 -0600 Subject: MSVC: Fix build error with the 8.1 SDK shobjidl_core.h only exists in the windows 10 SDK in the 8.1 SDK ShObjIdl.h will have the definitions we need, which still exists in the 10 SDK and implicitly includes shobjidl_core.h. so ShObjIdl.h will work on both SDK versions. --- source/blender/blenlib/intern/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c index e3a2b6b4992..5b617c840b5 100644 --- a/source/blender/blenlib/intern/storage.c +++ b/source/blender/blenlib/intern/storage.c @@ -55,7 +55,7 @@ # include "utfconv.h" # include # include -# include +# include # include #else # include -- cgit v1.2.3