From: Jerome St-Louis Date: Mon, 17 Sep 2012 04:38:32 +0000 (-0400) Subject: ecere: Fixed warnings in static builds resulting from compiler fixes X-Git-Tag: 0.44.02~89 X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a1066ac7fc0b217007a64cdb44816a710dbe56f;p=sdk ecere: Fixed warnings in static builds resulting from compiler fixes --- diff --git a/ecere/src/com/dataTypes.ec b/ecere/src/com/dataTypes.ec index 963d6c9..a3b336a 100644 --- a/ecere/src/com/dataTypes.ec +++ b/ecere/src/com/dataTypes.ec @@ -76,7 +76,11 @@ extern int __ecereVMethodID_class_OnUnserialize; extern int __ecereVMethodID_class_OnCopy; public: -// TOFIX: Declaration ordering +#if defined(ECERE_BOOTSTRAP) || defined(ECERE_STATIC) +#define dllexport +#endif + +// TOFIX: Declaration ordering (Required on gcc 3.4.5) dllexport void eSystem_Delete(void * memory); public class IOChannel