mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 05:03:50 +00:00
This commit is contained in:
parent
c43e39205f
commit
1c5ace1e7f
15 changed files with 179 additions and 34 deletions
12
profile/3.3.5a-windows-386/include/bc/lock/mutex.h
Normal file
12
profile/3.3.5a-windows-386/include/bc/lock/mutex.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue