]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndcpcm.cpp
added bakefile to build all demos
[wxWidgets.git] / contrib / src / mmedia / sndcpcm.cpp
index 8142931644e029137472b8038d7efc1cce587c8f..8dc836e5e88a5ca9cec2b9aaf4aa1d1903296b5c 100644 (file)
@@ -51,7 +51,7 @@ wxUint32 wxSoundStreamPcm::GetBestSize() const
 // -----------------------------------------------------------------------
 
 #define DEFINE_CONV(name, input_type, output_type, convert) \
 // -----------------------------------------------------------------------
 
 #define DEFINE_CONV(name, input_type, output_type, convert) \
-static void Convert_##name##(const void *buf_in, void *buf_out, wxUint32 len) \
+static void Convert_##name(const void *buf_in, void *buf_out, wxUint32 len) \
 {\
   register input_type src; \
   register const input_type *t_buf_in = (input_type *)buf_in; \
 {\
   register input_type src; \
   register const input_type *t_buf_in = (input_type *)buf_in; \