Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pyshell.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ccffe4c0402b55f4344e4791ce2eeb14fe4a3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyshellext.cpp.orig	2017-01-17 00:57:53 -0700
+++ pyshellext.cpp	2017-05-20 15:21:51 -0600
@@ -13,6 +13,9 @@
 #include <strsafe.h>
 
 #include "pyshellext_h.h"
+#if _MSC_VER < 1900
+#include "pyshellext_i.c"
+#endif 
 
 #define DDWM_UPDATEWINDOW (WM_USER+3)