Sign in
third-party-mirror
/
mingw-w64
/
256313314c6358378881191149f16ec8f762ea9c
/
.
/
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"
);
}