mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Fix incorrect attribute as a result of blanket rename
This commit is contained in:
parent
5501bf0576
commit
5fd9dcbbdf
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
# ifdef IMPORT_EXPORTS
|
||||
# define OLM_DLLEXPORT __declspec(dllimport)
|
||||
# else
|
||||
# define OLM_DLLEXPORT __declspec(OLM_DLLEXPORT)
|
||||
# define OLM_DLLEXPORT __declspec(dllexport)
|
||||
# endif
|
||||
#else
|
||||
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
||||
|
|
|
@ -360,7 +360,7 @@ long double __kernel_tanl(long double, long double, int);
|
|||
# ifdef IMPORT_EXPORTS
|
||||
# define OLM_DLLEXPORT __declspec(dllimport)
|
||||
# else
|
||||
# define OLM_DLLEXPORT __declspec(OLM_DLLEXPORT)
|
||||
# define OLM_DLLEXPORT __declspec(dllexport)
|
||||
# endif
|
||||
#else
|
||||
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
||||
|
|
Loading…
Reference in a new issue