mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-02 20:54:03 +00:00
This commit is contained in:
parent
c43e39205f
commit
1c5ace1e7f
15 changed files with 179 additions and 34 deletions
10
profile/3.3.5a-windows-386/include/external/win/critsect.h
vendored
Normal file
10
profile/3.3.5a-windows-386/include/external/win/critsect.h
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef WIN_CRITSECT_H
|
||||
#define WIN_CRITSECT_H
|
||||
|
||||
DECLARE_STRUCT(CRITICAL_SECTION);
|
||||
|
||||
struct CRITICAL_SECTION {
|
||||
uint32_t opaque_data[6];
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue