]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndpcm.cpp
added case sensitive and whole words only search
[wxWidgets.git] / utils / wxMMedia2 / lib / sndpcm.cpp
index 50a24361ed297d51eab7c7749e64d343d063f88a..8e3225c1f7d9e0c714bdf832d337f8a16fcfc337 100644 (file)
@@ -9,10 +9,10 @@
 #pragma implementation "sndpcm.cpp"
 #endif
 
+#include <wx/wxprec.h>
 #include "sndbase.h"
 #include "sndpcm.h"
 
-
 wxSoundFormatPcm::wxSoundFormatPcm(wxUint32 srate, wxUint8 bps, 
                                    wxUint16 nchannels, bool sign,
                                    int order)