summaryrefslogtreecommitdiff
path: root/implementation/utility/src/criticalsection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/utility/src/criticalsection.cpp')
-rw-r--r--implementation/utility/src/criticalsection.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/implementation/utility/src/criticalsection.cpp b/implementation/utility/src/criticalsection.cpp
index edf7deb..413ad19 100644
--- a/implementation/utility/src/criticalsection.cpp
+++ b/implementation/utility/src/criticalsection.cpp
@@ -1,7 +1,10 @@
+// Copyright (C) 2016-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/.
#include "../include/criticalsection.hpp"
-
-#ifdef WIN32
+#ifdef _WIN32
#include <Windows.h>