]> git.saurik.com Git - wxWidgets.git/commitdiff
added some WXDLLEXPORT's
authorRobin Dunn <robin@alldunn.com>
Wed, 30 Jun 1999 04:28:29 +0000 (04:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 30 Jun 1999 04:28:29 +0000 (04:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mimetype.h
include/wx/textfile.h

index 4f34fa8dcb4218ae10fd6f50912068913b97d598..fb8e884cf3356b15663241a21772e705262d2a3d 100644 (file)
@@ -30,7 +30,7 @@ class wxMimeTypesManagerImpl;
 // file type). This object may be created in many different ways and depending
 // on how it was created some fields may be unknown so the return value of all
 // the accessors *must* be checked!
-class wxFileType
+class WXDLLEXPORT wxFileType
 {
 friend wxMimeTypesManagerImpl;  // it has access to m_impl
 
@@ -111,7 +111,7 @@ private:
 // given type) about them.
 //
 // NB: currently it doesn't support modifying MIME database (read-only access).
-class wxMimeTypesManager
+class WXDLLEXPORT wxMimeTypesManager
 {
 public:
     // static helper functions
@@ -162,7 +162,7 @@ private:
 #endif
   // wxUSE_FILE
 
-#endif  
+#endif
   //_MIMETYPE_H
 
 /* vi: set cin tw=80 ts=4 sw=4: */
index fafaae9ab1525d8d9a5944071de72cdc122f102f..aea625af7d085f14ec1edd91afb1ed62a6062cc5 100644 (file)
@@ -41,7 +41,7 @@ enum wxTextFileType
 
 WX_DEFINE_ARRAY(wxTextFileType, ArrayFileType);
 
-class wxTextFile
+class WXDLLEXPORT wxTextFile
 {
 public:
   // default type for current platform (determined at compile time)
@@ -143,6 +143,6 @@ private:
 #endif
   // wxUSE_TEXTFILE && wxUSE_FILE
 
-#endif  
+#endif
   // _TEXTFILE_H
-  
+