mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
win32 changes. now including windows.h with WIN32_LEAN_AND_MEAN
to avoid including some stuff we don't want (like winsock).
This commit is contained in:
@@ -102,6 +102,7 @@ void CMutex::unlock() const
|
||||
|
||||
#if defined(CONFIG_PLATFORM_WIN32)
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
void CMutex::init()
|
||||
|
||||
Reference in New Issue
Block a user