Merge pull request #1682 from SpecLad:Wmissing-declarations

This commit is contained in:
Roman Donchenko 2013-10-24 22:19:16 +04:00 committed by OpenCV Buildbot
commit 3b08bf6b62

View File

@ -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)
{