Skip to content

Commit da494a5

Browse files
committed
windows needs declaration to match definition
1 parent b53e015 commit da494a5

2 files changed

Lines changed: 499 additions & 497 deletions

File tree

common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,10 @@ extern "C" {
194194

195195
#ifdef NEEDBUNDERSCORE
196196
#define BLASFUNC(FUNC) FUNC##_
197+
#define OPENBLAS_API(FUNC) OPENBLAS_EXPORT FUNC##_
197198
#else
198199
#define BLASFUNC(FUNC) FUNC
200+
#define OPENBLAS_API(FUNC) OPENBLAS_EXPORT FUNC
199201
#endif
200202

201203
#undef USE_PTHREAD_LOCK

0 commit comments

Comments
 (0)