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
diff options
context:
space:
mode:
authormano-wii <germano.costa@ig.com.br>2019-11-01 20:23:00 +0300
committermano-wii <germano.costa@ig.com.br>2019-11-01 20:23:32 +0300
commit89e2a8f17aa11e1fbba31a1b1b21e918fbb27c9a (patch)
tree391b9668d2f9a0cbaf4b57b264eb15bc638cee41 /intern/ghost/intern/GHOST_SystemPathsWin32.h
parentca56fe6d91abb8fb252fab023446cfbf4c3ae5d8 (diff)
Windows: Replace deprecated SHGetFolderPathW
No functional change. Differential Revision: https://developer.blender.org/D6172
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemPathsWin32.h')
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.h b/intern/ghost/intern/GHOST_SystemPathsWin32.h
index 49d241df633..f1924ea51bc 100644
--- a/intern/ghost/intern/GHOST_SystemPathsWin32.h
+++ b/intern/ghost/intern/GHOST_SystemPathsWin32.h
@@ -28,8 +28,6 @@
# error WIN32 only!
#endif // WIN32
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x501 // require Windows XP or newer
#define WIN32_LEAN_AND_MEAN
#include <windows.h>