]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndpcm.h
Tweaks to install guide
[wxWidgets.git] / contrib / include / wx / mmedia / sndpcm.h
index 652687a0f40fa8352b7f8b48eb9bb1ec90eb5f72..970caee5c2e021653ffa5af7baa4b64eb1b4c950 100644 (file)
@@ -4,6 +4,7 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
 // CVSID: $Id$
+// License:    wxWindows license
 // --------------------------------------------------------------------------
 #ifndef _WX_SNDPCM_H
 #define _WX_SNDPCM_H
@@ -13,6 +14,7 @@
 #endif
 
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 
 //
@@ -22,7 +24,7 @@
 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();