binana/profile/3.3.5a-windows-386/include/external/win/critsect.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

10 lines
148 B
C

#ifndef WIN_CRITSECT_H
#define WIN_CRITSECT_H
DECLARE_STRUCT(CRITICAL_SECTION);
struct CRITICAL_SECTION {
uint32_t opaque_data[6];
};
#endif