// set the value
bool Uuid::Set(const wxChar *pc)
{
+#ifdef __WXWINE__
+ wxFAIL_MSG(_T("UUid::Set not implemented"));
+ return FALSE;
+#else
// get UUID from string
#ifdef _UNICODE
if ( UuidFromString((unsigned short *)pc, &m_uuid) != RPC_S_OK)
UuidToCForm();
return TRUE;
+#endif
}
// stores m_uuid in m_pszCForm in a format required by