Sign in
mingw
/
mingw-w64
/
d5fa66cc6279f6ef9120bcf22b7e80afc49a64ca
/
.
/
mingw-w64-crt
/
include
/
msvcrt.h
blob: d5346254f0962e117c6a4ad1dbe631fda298f89d [
file
]
#include
<winbase.h>
#ifndef
__LIBMSVCRT__
#error
"This file should only be used in libmsvcrt.a"
#endif
static
inline
HANDLE __mingw_get_msvcrt_handle
(
void
)
{
return
GetModuleHandleW
(
L
"msvcrt.dll"
);
}