X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a0eb96b276c38a494b4c38744a41416fa2e0551..90186e524e347a3a779c928a44fb7d744b3efcf7:/include/wx/msw/ole/uuid.h diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 211ce71f5e..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