]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/uuid.h
wxDropTarget starts to work
[wxWidgets.git] / include / wx / msw / ole / uuid.h
index 4da624b09ee66d4c03ad61ffa930366c1389aea0..2dee9946aa7e85400a6aa2de40f4ebf51a6a5cfc 100644 (file)
@@ -49,7 +49,7 @@ typedef unsigned char uchar;
 // ------------------------------------------------------------------
 
 // uses RPC functions to create/convert Universally Unique Identifiers
-class Uuid
+class WXDLLEXPORT Uuid
 {
 private:
   UUID  m_uuid;
@@ -88,4 +88,4 @@ public:
   const char *CForm() const    { return m_pszCForm;          }
 };
 
-#endif //_WX_OLEUUID_H
\ No newline at end of file
+#endif //_WX_OLEUUID_H