--- sourceforge.net/trunk/rdesktop/types.h 2003/09/30 09:11:08 474 +++ sourceforge.net/trunk/rdesktop/types.h 2003/10/14 07:46:49 492 @@ -119,6 +119,8 @@ } VCHANNEL; +#define MAX_CBSIZE 256 + /* RDPSND */ typedef struct { uint16 wFormatTag; @@ -128,6 +130,7 @@ uint16 nBlockAlign; uint16 wBitsPerSample; uint16 cbSize; + uint8 cb[MAX_CBSIZE]; } WAVEFORMATEX; /* RDPDR */