Commit dda71111 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarKurt Roeckx <kurt@openssl.org>
parent 08934f1a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment