Skip to content

Commit

Permalink
Merge pull request opencv#1682 from SpecLad:Wmissing-declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Oct 24, 2013
2 parents 496859a + f51e490 commit 3b08bf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ocl/src/cl_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3b08bf6

Please sign in to comment.