#endif
#include "wx/defs.h"
+#include "wx/mmedia/defs.h"
#include "wx/mmedia/sndbase.h"
//
class wxSoundFormatPcm : public wxSoundFormatBase {
public:
wxSoundFormatPcm(wxUint32 srate = 22500, wxUint8 bps = 8,
- wxUint16 channels = 2, bool sign = TRUE,
+ wxUint16 channels = 2, bool sign = true,
int order = wxLITTLE_ENDIAN);
~wxSoundFormatPcm();