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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mutex/win32_crit_section/mux_win32.h b/src/mutex/win32_crit_section/mux_win32.h
index a91850e71..4bbf6a540 100644
--- a/src/mutex/win32_crit_section/mux_win32.h
+++ b/src/mutex/win32_crit_section/mux_win32.h
@@ -9,14 +9,14 @@
#ifndef BOTAN_MUTEX_WIN32_H__
#define BOTAN_MUTEX_WIN32_H__
-#include <botan/mutex.h>
+#include <botan/internal/mutex.h>
namespace Botan {
/*
* Win32 Mutex Factory
*/
-class BOTAN_DLL Win32_Mutex_Factory : public Mutex_Factory
+class Win32_Mutex_Factory : public Mutex_Factory
{
public:
Mutex* make();