#ifndef __CDA_base_H__
#define __CDA_base_H__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "cdbase.h"
#endif
public:
typedef enum { PLAYING, PAUSED, STOPPED } CDstatus;
// Table of contents manager
- class CDtoc {
+ class WXDLLEXPORT CDtoc {
protected:
wxCDtime *tracks_time, *tracks_pos;
wxCDtime total_time;