[Matroska-cvs] [matroska] r1241 - trunk/libebml/ebml
robux4 at matroska.org
robux4 at matroska.org
Wed Jan 25 01:59:50 CET 2006
Author: robux4
Date: 2006-01-25 03:59:45 +0300 (Wed, 25 Jan 2006)
New Revision: 1241
Modified:
trunk/libebml/ebml/EbmlConfig.h
Log:
add support for Borland C++ Builder 2006 preview
Modified: trunk/libebml/ebml/EbmlConfig.h
===================================================================
--- trunk/libebml/ebml/EbmlConfig.h 2005-10-18 18:06:59 UTC (rev 1240)
+++ trunk/libebml/ebml/EbmlConfig.h 2006-01-25 00:59:45 UTC (rev 1241)
@@ -102,4 +102,9 @@
#define EBML_PRETTYLONGINT(c) (c)
#endif // __GNUC__
+#if __BORLANDC__ >= 0x0581 //Borland C++ Builder 2006 preview
+ #include <stdlib.h> //malloc(), free()
+ #include <memory.h> //memcpy()
+#endif //__BORLANDC__
+
#endif // LIBEBML_CONFIG_H
More information about the Matroska-cvs
mailing list