Sign in
mingw
/
mingw-w64
/
5b789b2d6e101026d58479b13207df572c406b41
/
.
/
mingw-w64-crt
/
include
/
msvcrt.h
blob: c6f10522471a87d8c1e82869760d505c11ffd636 [
file
]
#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"
);
}