Sign in
mingw
/
mingw-w64
/
d367cc9d75f3669961463c631d1ab65434e27517
/
.
/
mingw-w64-crt
/
include
/
msvcrt.h
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"
);
}