[matroska] r881 - trunk/libebml/src
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2004-10-14 11:48:39 +0400 (Thu, 14 Oct 2004) New Revision: 881 Modified: trunk/libebml/src/EbmlUnicodeString.cpp Log: wchar.h doesn't exist on OpenBSD. Patch by Diego Petten?\195?\178 <dgp85 (a) users ! sourceforge ! net>. Modified: trunk/libebml/src/EbmlUnicodeString.cpp =================================================================== --- trunk/libebml/src/EbmlUnicodeString.cpp 2004-10-14 04:36:48 UTC (rev 880) +++ trunk/libebml/src/EbmlUnicodeString.cpp 2004-10-14 07:48:39 UTC (rev 881) @@ -37,7 +37,7 @@ #include <cassert> -#if __GNUC__ == 2 +#if __GNUC__ == 2 && ! defined ( __OpenBSD__ ) #include <wchar.h> #endif