Merge pull request #1682 from SpecLad:Wmissing-declarations
This commit is contained in:
commit
3b08bf6b62
@ -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…
Reference in New Issue
Block a user