summaryrefslogtreecommitdiff
path: root/include/CommonAPI/Export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/Export.hpp')
-rw-r--r--include/CommonAPI/Export.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CommonAPI/Export.hpp b/include/CommonAPI/Export.hpp
index b95693b..c7965f8 100644
--- a/include/CommonAPI/Export.hpp
+++ b/include/CommonAPI/Export.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2015-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/.
@@ -6,7 +6,7 @@
#ifndef COMMONAPI_EXPORT_HPP_
#define COMMONAPI_EXPORT_HPP_
-#ifdef WIN32
+#ifdef _WIN32
#define COMMONAPI_EXPORT __declspec(dllexport)
#define COMMONAPI_EXPORT_CLASS_EXPLICIT