Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 934445
Collapse All | Expand All

(-)tlsh-4.8.2/include/tlsh.h.old (-1 / +1 lines)
Lines 110-116 Link Here
110
// #include <WinFunctions.h>
110
// #include <WinFunctions.h>
111
	#define TLSH_API
111
	#define TLSH_API
112
#else 
112
#else 
113
	#if defined(__SPARC) || defined(_AS_MK_OS_RH73)
113
	#if defined(_AS_MK_OS_RH73)
114
	   #define TLSH_API
114
	   #define TLSH_API
115
	#else
115
	#else
116
	   #define TLSH_API __attribute__ ((visibility("default")))
116
	   #define TLSH_API __attribute__ ((visibility("default")))

Return to bug 934445