mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +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:
@@ -167,6 +167,7 @@ bool CCondVarBase::wait(
|
||||
|
||||
#include "CLock.h"
|
||||
#include "CThreadRep.h"
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user