Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
nativetools
/
88604c5862ab4d770a8160d9cb873db707e03c08
/
.
/
nativelibc
/
dllcrt.c
blob: 239687de5654c071c462e2e19defd23c60904846 [
file
] [
log
] [
blame
] [
raw
]
int
__stdcall
DllMainCRTStartup
(
void
*
dll
,
unsigned
long
int
reason
,
void
*
reserved
)
{
return
1
;
}