]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/uuid.h
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / include / wx / msw / ole / uuid.h
index a9702679970295f83346bf524cc7530f92d2a0fa..2dee9946aa7e85400a6aa2de40f4ebf51a6a5cfc 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     11.07.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// 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