Fixed a Wmissing-declarations warning when compiling with MinGW.
This commit is contained in:
parent
f0bc253d0e
commit
f51e490bad
@ -757,6 +757,9 @@ __Module::~__Module()
|
||||
|
||||
#if defined(WIN32) && defined(CVAPI_EXPORTS)
|
||||
|
||||
extern "C"
|
||||
BOOL WINAPI DllMain(HINSTANCE /*hInst*/, DWORD fdwReason, LPVOID lpReserved);
|
||||
|
||||
extern "C"
|
||||
BOOL WINAPI DllMain(HINSTANCE /*hInst*/, DWORD fdwReason, LPVOID lpReserved)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user