#ifndef _WX_MODULE_H_
#define _WX_MODULE_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "module.h"
-#endif
-
#include "wx/object.h"
#include "wx/list.h"
// declare a linked list of modules
-class wxModule;
+class WXDLLIMPEXP_BASE wxModule;
WX_DECLARE_USER_EXPORTED_LIST(wxModule, wxModuleList, WXDLLIMPEXP_BASE);
// declaring a class derived from wxModule will automatically create an