Fix incorrect attribute as a result of blanket rename
This commit is contained in:
parent
5501bf0576
commit
5fd9dcbbdf
@ -37,7 +37,7 @@
|
|||||||
# ifdef IMPORT_EXPORTS
|
# ifdef IMPORT_EXPORTS
|
||||||
# define OLM_DLLEXPORT __declspec(dllimport)
|
# define OLM_DLLEXPORT __declspec(dllimport)
|
||||||
# else
|
# else
|
||||||
# define OLM_DLLEXPORT __declspec(OLM_DLLEXPORT)
|
# define OLM_DLLEXPORT __declspec(dllexport)
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
||||||
|
@ -360,7 +360,7 @@ long double __kernel_tanl(long double, long double, int);
|
|||||||
# ifdef IMPORT_EXPORTS
|
# ifdef IMPORT_EXPORTS
|
||||||
# define OLM_DLLEXPORT __declspec(dllimport)
|
# define OLM_DLLEXPORT __declspec(dllimport)
|
||||||
# else
|
# else
|
||||||
# define OLM_DLLEXPORT __declspec(OLM_DLLEXPORT)
|
# define OLM_DLLEXPORT __declspec(dllexport)
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user