Module: wine Branch: master Commit: c540cca987ec56e4212b2a6dda1ea60f9a8c720d URL: http://source.winehq.org/git/wine.git/?a=commit;h=c540cca987ec56e4212b2a6dda...
Author: Austin English austinenglish@gmail.com Date: Mon Nov 19 17:47:11 2012 -0600
include: Remove stray linefeeds.
---
include/endpointvolume.idl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/endpointvolume.idl b/include/endpointvolume.idl index f58450a..eaf4f8a 100644 --- a/include/endpointvolume.idl +++ b/include/endpointvolume.idl @@ -30,9 +30,9 @@ typedef struct AUDIO_VOLUME_NOTIFICATION_DATA
cpp_quote("typedef struct AUDIO_VOLUME_NOTIFICATION_DATA *PAUDIO_VOLUME_NOTIFICATION_DATA;")
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1\n") -cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2\n") -cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4\n") +cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1") +cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2") +cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4")
interface IAudioEndpointVolumeCallback; interface IAudioEndpointVolume;