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