1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Remove stray linefeeds.

This commit is contained in:
Austin English 2012-11-19 17:47:11 -06:00 committed by Alexandre Julliard
parent 8300fd5aa8
commit c540cca987

View file

@ -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;