aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex/win32_crit_section/mux_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex/win32_crit_section/mux_win32.h')
-rw-r--r--src/mutex/win32_crit_section/mux_win32.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/mutex/win32_crit_section/mux_win32.h b/src/mutex/win32_crit_section/mux_win32.h
index 9073b0d3c..a91850e71 100644
--- a/src/mutex/win32_crit_section/mux_win32.h
+++ b/src/mutex/win32_crit_section/mux_win32.h
@@ -1,8 +1,10 @@
-/*************************************************
-* Win32 Mutex Header File *
-* (C) 2006 Luca Piccarreta *
-* 2006-2007 Jack Lloyd *
-*************************************************/
+/*
+* Win32 Mutex
+* (C) 2006 Luca Piccarreta
+* 2006-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_MUTEX_WIN32_H__
#define BOTAN_MUTEX_WIN32_H__
@@ -11,9 +13,9 @@
namespace Botan {
-/*************************************************
-* Win32 Mutex Factory *
-*************************************************/
+/*
+* Win32 Mutex Factory
+*/
class BOTAN_DLL Win32_Mutex_Factory : public Mutex_Factory
{
public: