David Gonzalez Martin 38011a233c Integrate libs
2024-03-02 12:58:12 -06:00

11 lines
213 B
C

#include <winbase.h>
#ifndef __LIBMSVCRT_OS__
#error "This file should only be used in libmsvcrt-os.a"
#endif
static inline HANDLE __mingw_get_msvcrt_handle(void)
{
return GetModuleHandleW(L"msvcrt.dll");
}