diff options
Diffstat (limited to 'openmp/runtime/src/kmp_ftn_cdecl.c')
-rw-r--r-- | openmp/runtime/src/kmp_ftn_cdecl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_ftn_cdecl.c b/openmp/runtime/src/kmp_ftn_cdecl.c index b8f00685830..51fa1bf8954 100644 --- a/openmp/runtime/src/kmp_ftn_cdecl.c +++ b/openmp/runtime/src/kmp_ftn_cdecl.c @@ -16,7 +16,7 @@ #include "kmp.h" #if KMP_OS_WINDOWS -# if defined KMP_WIN_CDECL || !defined GUIDEDLL_EXPORTS +# if defined KMP_WIN_CDECL || !defined KMP_DYNAMIC_LIB # define KMP_FTN_ENTRIES KMP_FTN_UPPER # endif #elif KMP_OS_UNIX |