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:
authorMike Erwin <significant.bit@gmail.com>2011-06-10 05:34:53 +0400
committerMike Erwin <significant.bit@gmail.com>2011-06-10 05:34:53 +0400
commit30fb5710b68e37f20fb58cfb687d341119ffc5bb (patch)
tree19a439a215efc1b1698cb82ff5cbc311fd7aacd3 /intern/ghost/intern/GHOST_SystemPathsWin32.cpp
parente75ff53452d6c989e2846521f5d00523bc90906a (diff)
Made WinXP or later required, SpaceNav (almost) working on Windows
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemPathsWin32.cpp')
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
index becccc2c29f..ae376bc37a5 100644
--- a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
@@ -32,12 +32,7 @@
#include "GHOST_SystemPathsWin32.h"
-#define WIN32_LEAN_AND_MEAN
-#ifdef _WIN32_IE
-#undef _WIN32_IE
-#endif
#define _WIN32_IE 0x0501
-#include <windows.h>
#include <shlobj.h>
#if defined(__MINGW32__) || defined(__CYGWIN__)