summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/Globals.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-28 20:47:24 +0100
committerMattes D <github@xoft.cz>2015-03-28 20:47:24 +0100
commitd3aba9ed3fa516db2e32498282bc5a54c77578ce (patch)
tree2994a843cbfed7ec7291d591b590400a31141954 /Tools/QtBiomeVisualiser/Globals.h
parentFixed placing bottom half-slabs by clicking a top half-slab. (diff)
downloadcuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar.gz
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar.bz2
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar.lz
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar.xz
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.tar.zst
cuberite-d3aba9ed3fa516db2e32498282bc5a54c77578ce.zip
Diffstat (limited to 'Tools/QtBiomeVisualiser/Globals.h')
-rw-r--r--Tools/QtBiomeVisualiser/Globals.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Tools/QtBiomeVisualiser/Globals.h b/Tools/QtBiomeVisualiser/Globals.h
index e2e9a9970..cc90f9383 100644
--- a/Tools/QtBiomeVisualiser/Globals.h
+++ b/Tools/QtBiomeVisualiser/Globals.h
@@ -176,8 +176,7 @@ template class SizeChecker<UInt16, 2>;
// OS-dependent stuff:
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
-
- #define _WIN32_WINNT 0x501 // We want to target WinXP and higher
+ #define _WIN32_WINNT _WIN32_WINNT_WS03 // We want to target Windows XP with Service Pack 2 & Windows Server 2003 with Service Pack 1 and higher
#include <Windows.h>
#include <winsock2.h>
@@ -248,11 +247,9 @@ template class SizeChecker<UInt16, 2>;
#ifndef TEST_GLOBALS
// Common headers (part 1, without macros):
#include "src/StringUtils.h"
- #include "src/OSSupport/Sleep.h"
#include "src/OSSupport/CriticalSection.h"
#include "src/OSSupport/Semaphore.h"
#include "src/OSSupport/Event.h"
- #include "src/OSSupport/Thread.h"
#include "src/OSSupport/File.h"
#include "src/Logger.h"
#else