summaryrefslogtreecommitdiff
path: root/include/CommonAPI/MainLoopContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/MainLoopContext.hpp')
-rw-r--r--include/CommonAPI/MainLoopContext.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/CommonAPI/MainLoopContext.hpp b/include/CommonAPI/MainLoopContext.hpp
index e46e99f..f50e5b1 100644
--- a/include/CommonAPI/MainLoopContext.hpp
+++ b/include/CommonAPI/MainLoopContext.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2013-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -12,13 +12,13 @@
#include <cstdint>
-#ifdef WIN32
+#ifdef _WIN32
#include <WinSock2.h>
#else
#include <poll.h>
#endif
-#ifdef WIN32
+#ifdef _WIN32
#undef max
#endif
@@ -111,7 +111,7 @@ struct Watch {
*/
virtual const pollfd& getAssociatedFileDescriptor() = 0;
-#ifdef WIN32
+#ifdef _WIN32
/**
* \brief Returns the event bound to the file descriptor that is managed by this watch.
*