Change to allow compiling with USE_OPENMP on MSVC
authorDaniel Patrick Foose <dpfoose@gmail.com>
Tue, 14 Jun 2016 18:37:28 +0000 (14:37 -0400)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2016 18:37:28 +0000 (14:37 -0400)
commita94f2b78482aea0fe826e61349bd857e3797f89f
tree4eb7532079eb20f1836ef79bde359748a2a0fe80
parentf04af36ad0e85b64f12a7c38095383192cc52345
Change to allow compiling with USE_OPENMP on MSVC

MSVC treats the declaration of omp_in_parallel and omp_get_num_procs without the modifiers __declspec(dllimport) and __cdecl as a redefinition.
common.h