Patched dataType.ec to build on GCC 3.4.5 (Declaration ordering issue)
authorJerome St-Louis <jerome@ecere.com>
Fri, 27 May 2011 01:47:11 +0000 (20:47 -0500)
committerJerome St-Louis <jerome@ecere.com>
Fri, 27 May 2011 01:47:11 +0000 (20:47 -0500)
ecere/src/com/dataTypes.ec

index 65d4568..1dd6a2d 100644 (file)
@@ -76,6 +76,9 @@ extern int __ecereVMethodID_class_OnUnserialize;
 extern int __ecereVMethodID_class_OnCopy;
 public:
 
+// TOFIX: Declaration ordering
+dllexport void eSystem_Delete(void * memory);
+
 public class IOChannel
 {
 public: