Sign in
third-party-mirror
/
mingw-w64
/
fe226dd9028f3f64bef4b4384edb1ef2c95c15f4
/
.
/
mingw-w64-crt
/
include
/
msvcrt.h
blob: d5346254f0962e117c6a4ad1dbe631fda298f89d [
file
] [
log
] [
blame
]
#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"
);
}