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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-02-06 06:03:06 +0300
committerRay Molenkamp <github@lazydodo.com>2020-02-06 06:03:06 +0300
commit02226ef653e1e871be6004a51f08b74c0c9dd8e4 (patch)
treeca663ba3d60b510e6d8c3b04ec0eee49d5bbf113 /intern
parentdc1db0791ec3b2d52e6734054a001814cd6998ee (diff)
Code_Cleanup_Day/Windows: Clean-up windows API Level.
Not sure when this happened but apparently the lower bar is now windows 7 [1] This patch bumps to API version to 0x0601 (Win7) and cleans up any uses that worked around the globally set API version. [1] https://www.blender.org/download/requirements/ Reviewed By: brecht Differential Revision: https://developer.blender.org/D6758
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_optix.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/device/device_optix.cpp b/intern/cycles/device/device_optix.cpp
index c1106b367ca..f479cbd7414 100644
--- a/intern/cycles/device/device_optix.cpp
+++ b/intern/cycles/device/device_optix.cpp
@@ -31,9 +31,6 @@
# include "util/util_debug.h"
# include "util/util_logging.h"
-# undef _WIN32_WINNT // Need minimum API support for Windows 7
-# define _WIN32_WINNT _WIN32_WINNT_WIN7
-
# ifdef WITH_CUDA_DYNLOAD
# include <cuew.h>
// Do not use CUDA SDK headers when using CUEW