diff options
Diffstat (limited to 'modules/mux_win32/mux_win32.cpp')
-rw-r--r-- | modules/mux_win32/mux_win32.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mux_win32/mux_win32.cpp b/modules/mux_win32/mux_win32.cpp index 087568d5e..622a707fa 100644 --- a/modules/mux_win32/mux_win32.cpp +++ b/modules/mux_win32/mux_win32.cpp @@ -1,10 +1,10 @@ /************************************************* * Win32 Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2006 Luca Piccarreta * +* 2006-2007 Jack Lloyd * *************************************************/ #include <botan/mux_win32.h> -#include <botan/exceptn.h> #include <windows.h> namespace Botan { |