X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..f3a65071987ac699afa1cf7edf909f5770244dba:/include/wx/msw/ole/uuid.h diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index a970267997..2dee9946aa 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -6,13 +6,13 @@ // Created: 11.07.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence // // Notes: you should link your project with RPCRT4.LIB! /////////////////////////////////////////////////////////////////////////////// -#ifndef _OLEUUID_H -#define _OLEUUID_H +#ifndef _WX_OLEUUID_H +#define _WX_OLEUUID_H #ifdef __GNUG__ #pragma interface "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 // _OLEUUID_H \ No newline at end of file +#endif //_WX_OLEUUID_H