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.h
parente75ff53452d6c989e2846521f5d00523bc90906a (diff)
Made WinXP or later required, SpaceNav (almost) working on Windows
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemPathsWin32.h')
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.h b/intern/ghost/intern/GHOST_SystemPathsWin32.h
index 67cc2140e0e..3de7bbf934e 100644
--- a/intern/ghost/intern/GHOST_SystemPathsWin32.h
+++ b/intern/ghost/intern/GHOST_SystemPathsWin32.h
@@ -38,6 +38,8 @@
#error WIN32 only!
#endif // WIN32
+#define _WIN32_WINNT 0x501 // require Windows XP or newer
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "GHOST_SystemPaths.h"