]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/uuid.cpp
we do want arrows even in a read only text ctrl
[wxWidgets.git] / src / msw / ole / uuid.cpp
index f64ae4d358ccb1e735d5ef3e425ff5c3470ef861..04f81a8385ddf5c473ff164a5a63324d4c594565 100644 (file)
@@ -136,6 +136,10 @@ void Uuid::Create()
 // 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)
@@ -156,6 +160,7 @@ bool Uuid::Set(const wxChar *pc)
   UuidToCForm();
 
   return TRUE;
+#endif
 }
 
 // stores m_uuid in m_pszCForm in a format required by