blob: c6f10522471a87d8c1e82869760d505c11ffd636 [file] [log] [blame]
#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");
}