aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/CriticalSection.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/thread/CriticalSection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/CriticalSection.hxx b/src/thread/CriticalSection.hxx
index 8bc05b8f5..bb25f6c47 100644
--- a/src/thread/CriticalSection.hxx
+++ b/src/thread/CriticalSection.hxx
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef MPD_THREAD_CRITICAL_SECTION_HXX
-#define MPD_THREAD_CRITICAL_SECTION_HXX
+#ifndef THREAD_CRITICAL_SECTION_HXX
+#define THREAD_CRITICAL_SECTION_HXX
#include <windows.h>