Declare DllMain internally
DllMain is a symbol that needs to be global, but no one needs to know.
However, some compilers will warn if there isn't a declaration before
the function is defined. Just add a declaration before the function
definition.
Reviewed-by: NKurt Roeckx <kurt@openssl.org>
Showing
想要评论请 注册 或 登录