~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to dlls/wineoss.drv/mmaux.c

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#ifdef HAVE_SYS_IOCTL_H
32
32
# include <sys/ioctl.h>
33
33
#endif
34
 
#ifdef HAVE_SYS_ERRNO_H
35
 
#include <sys/errno.h>
36
 
#endif
37
34
#include <sys/soundcard.h>
38
35
 
39
36
#include "windef.h"