Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libossaudio
Module Name: basesrc
Committed By: kleink
Date: Fri Jan 11 12:11:09 UTC 2002
Modified Files:
basesrc/lib/libossaudio: soundcard.h
Log Message:
Determine the 'native' endianness using _BYTE_ORDER from
<machine/endian_machdep.h>.
The previous method of wrapping a definition of _POSIX_SOURCE around the
inclusion of other headers to reduce namespace pollution had the
side-effect of not all required identifiers being defined when included
thereafter by the application itself (due to multiple-inclusion protection),
and is not blessed by that standard.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libossaudio/soundcard.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index