]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndg72x.h
revert return type changes for gdi object pointers
[wxWidgets.git] / contrib / include / wx / mmedia / sndg72x.h
index 61ef7d602f0f748e262e1e02f4203b9db48c8562..4ff7f8d01b82e81a61ecf072410f06c3ae4ce81d 100644 (file)
@@ -4,15 +4,13 @@
 // Date: 08/26/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
 // CVSID: $Id$
+// License:    wxWindows license
 // --------------------------------------------------------------------------
 #ifndef _WX_SNDG72X_H
 #define _WX_SNDG72X_H
 
-#ifdef __GNUG__
-#pragma interface "sndg72x.h"
-#endif
-
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 #include "wx/mmedia/sndcodec.h"
 #include "wx/mmedia/sndbase.h"
@@ -29,7 +27,7 @@ typedef struct g72x_state g72state;
 //
 // G72X format
 //
-class WXDLLEXPORT wxSoundFormatG72X: public wxSoundFormatBase {
+class WXDLLIMPEXP_MMEDIA wxSoundFormatG72X: public wxSoundFormatBase {
  public:
   wxSoundFormatG72X();
   ~wxSoundFormatG72X();
@@ -57,8 +55,8 @@ class WXDLLEXPORT wxSoundFormatG72X: public wxSoundFormatBase {
 // ULAW converter class
 //
 
-class WXDLLEXPORT wxSoundRouterStream;
-class WXDLLEXPORT wxSoundStreamG72X: public wxSoundStreamCodec {
+class WXDLLIMPEXP_MMEDIA wxSoundRouterStream;
+class WXDLLIMPEXP_MMEDIA wxSoundStreamG72X: public wxSoundStreamCodec {
  public:
   wxSoundStreamG72X(wxSoundStream& sndio);
   ~wxSoundStreamG72X();