//
// Notes: you should link your project with RPCRT4.LIB!
///////////////////////////////////////////////////////////////////////////////
//
// Notes: you should link your project with RPCRT4.LIB!
///////////////////////////////////////////////////////////////////////////////
// ------------------------------------------------------------------
// UUID (Universally Unique IDentifier) definition
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// UUID (Universally Unique IDentifier) definition
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// uses RPC functions to create/convert Universally Unique Identifiers
// ------------------------------------------------------------------
// uses RPC functions to create/convert Universally Unique Identifiers
- uchar *m_pszUuid; // this string is alloc'd and freed by RPC
- char *m_pszCForm; // this string is allocated in Set/Create
+ wxUChar *m_pszUuid; // this string is alloc'd and freed by RPC
+ wxChar *m_pszCForm; // this string is allocated in Set/Create
- operator const UUID*() const { return &m_uuid; }
- operator const char*() const { return (char *)(m_pszUuid); }
+ operator const UUID*() const { return &m_uuid; }
+ operator const wxChar*() const { return (wxChar *)(m_pszUuid); }