mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
feat: stub InitializeCriticalSection in extraX64
This commit is contained in:
parent
62551094c6
commit
81c9b9d021
|
|
@ -47,6 +47,9 @@ typedef struct _RTL_CRITICAL_SECTION {
|
||||||
|
|
||||||
typedef RTL_CRITICAL_SECTION CRITICAL_SECTION;
|
typedef RTL_CRITICAL_SECTION CRITICAL_SECTION;
|
||||||
|
|
||||||
|
inline void InitializeCriticalSection(CRITICAL_SECTION* stubEnterCS)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
inline void DeleteCriticalSection(CRITICAL_SECTION* stubEnterCS)
|
inline void DeleteCriticalSection(CRITICAL_SECTION* stubEnterCS)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue