binana/profile/3.3.5a-windows-386/include/bc/lock/mutex.h
superp00t 1c5ace1e7f
Some checks failed
Push / build (push) Has been cancelled
feat(profile): added bc information
2026-04-04 07:12:21 -04:00

12 lines
198 B
C

#ifndef BC_LOCK_MUTEX_H
#define BC_LOCK_MUTEX_H
DECLARE_STRUCT(Blizzard__Lock__Mutex);
#include "external/win/critsect.h"
struct Blizzard__Lock__Mutex {
CRITICAL_SECTION critsect;
};
#endif