]> git.tdb.fi Git - libs/core.git/blob - source/core/windows/mutex_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / core / windows / mutex_platform.h
1 #ifndef MSP_CORE_MUTEX_PLATFORM_H_
2 #define MSP_CORE_MUTEX_PLATFORM_H_
3
4 #include <windows.h>
5
6 namespace Msp {
7
8 typedef CRITICAL_SECTION PlatformMutex;
9
10 } // namespace Msp
11
12 #endif