Make rdpsnd_oss work with Esound again, even with largefile enabled: build this compilation unit without largefile support.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1226 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-04-13 07:37:24 +00:00
parent b73a2b4d8c
commit 42970a8216

View File

@ -19,6 +19,14 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
This is a workaround for Esound bug 312665.
FIXME: Remove this when Esound is fixed.
*/
#ifdef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
#endif
#include "rdesktop.h"
#include <unistd.h>
#include <fcntl.h>