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

(-)src/dynload.cpp (-1 / +1 lines)
Lines 138-144 Link Here
138
		dlclose(handle);
138
		dlclose(handle);
139
#elif defined(_WIN32)
139
#elif defined(_WIN32)
140
		(void) WINFREELIB((HINSTANCE) handle);
140
		(void) WINFREELIB((HINSTANCE) handle);
141
#elif
141
#else
142
#error "system unsupported so far"
142
#error "system unsupported so far"
143
#endif
143
#endif
144
		handle = 0;
144
		handle = 0;

Return to bug 265044