libsigrok/src/input
Uwe Hermann 76598cda54 input/wav: windows: Fix a compiler warning.
src/input/wav.c:41:0: warning: "WAVE_FORMAT_PCM" redefined
   #define WAVE_FORMAT_PCM          0x0001
   ^
  In file included from [...]/include/windows.h:86:0,
                   from [...]/include/libusb-1.0/libusb.h:70,
                   from ./src/libsigrok-internal.h:31,
                   from src/input/wav.c:28:
  [...]/include/mmsystem.h:482:0: note: this is the location of the previous definition
   #define WAVE_FORMAT_PCM 1
   ^
2015-04-12 18:54:43 +02:00
..
binary.c Simplify channel creation. 2015-03-19 21:37:33 +00:00
chronovu_la8.c Improve readability and clarity of some numbers. 2015-03-24 19:30:16 +01:00
csv.c Don't check g_free() arguments for NULL. 2015-04-01 00:23:25 +02:00
input.c Various minor whitespace fixes. 2015-03-21 19:28:54 +01:00
vcd.c Various minor whitespace fixes. 2015-03-21 19:28:54 +01:00
wav.c input/wav: windows: Fix a compiler warning. 2015-04-12 18:54:43 +02:00