Fixed #217 openblas_config.h bug on Windows 64.

This commit is contained in:
Zhang Xianyi 2013-07-01 00:35:14 +08:00
parent 88ef307cef
commit 8e7cad1650
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
/*This is only for "make install" target.*/
#if defined(OS_WINNT) || defined(OS_CYGWIN_NT) || defined(OS_INTERIX)
#define WINDOWS_ABI
#define OS_WINDOWS
#ifdef DOUBLE
#define DOUBLE_DEFINED DOUBLE
#undef DOUBLE
#endif
#endif
#ifdef NEEDBUNDERSCORE
#define BLASFUNC(FUNC) FUNC##_
#else