Sign in
mingw
/
mingw-w64
/
02b97d1d2acf5044b29a1fc51fb7ae775c304c1e
/
.
/
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"
);
}