[matroska] r1241 - trunk/libebml/ebml
[email protected] Wed, 25 Jan 2006 03:59:50 +0300 (MSK)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
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