Hi Michael,
You will need to split this patch up into smaller patches, 1 per dll would be enough.
On 23/1/20 2:18 pm, Michael Cronenworth wrote:
https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgcc.gnu.or...
Default to -fno-common
-} activeDS DECLSPEC_HIDDEN; +} extern activeDS DECLSPEC_HIDDEN;
This doesn't look right, maybe explicitly adding to the header would look better. extern struct activeDS DECLSPEC_HIDDEN
This goes for other places as well.
Regards Alistair.