﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
98	libtool: support win32-dll LT_INIT option	dmik		On Windows, this option in particular disables exporting all symbols by libtool when building a DLL since it implies that only the necessary symbols are exported with `__declspec(dllexport)` in the sources. However, we don't have anything similar on OS/2. So if we use `__declspec(dllexport)` in the sources there and use libtool, we will still get all symbols exported instead of the ones marked with `__declspec(dllexport)`. This needs to be fixed as it's not good to export stuff that is not intended to be exported.	defect	closed	major	dev tools	libtool		medium	wontfix		
