X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcdf8bc7ca806d8278c7cb6d09d5590378b67d8..829e3e8d3d177f5323e1ed7eec733f33a10a0df8:/include/wx/msw/ole/uuid.h diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 4da624b09e..2dee9946aa 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -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