Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
13 lines
264 B
Diff
13 lines
264 B
Diff
--- 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)
|
|
|