1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fixed a Wmissing-declarations warning when compiling with MinGW.

This commit is contained in:
Roman Donchenko
2013-10-24 18:33:23 +04:00
parent f0bc253d0e
commit f51e490bad
+3
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)
{