~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/sounddrv/soundwmm.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "types.h"
46
46
#include "uiapi.h"
47
47
 
 
48
#if !defined(_WIN64) && defined _MSC_VER && _MSC_VER < 1500 && defined WINVER && WINVER < 0x0500 && !defined(WATCOM_COMPILE)
 
49
#define DWORD_PTR DWORD
 
50
#endif
 
51
 
48
52
/* ------------------------------------------------------------------------ */
49
53
 
50
54
/* #define DEBUG_SOUND */
528
532
    wmm_close,
529
533
    wmm_suspend,
530
534
    wmm_resume,
531
 
    0
 
535
    0,
 
536
    2
532
537
};
533
538
 
534
539
int sound_init_wmm_device(void)