X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aacc44c6b7f0116eff358261fe8addbc327b3ee3..e52d9c784ed95b099017cca9301b325085c7f4d1:/src/msw/ole/uuid.cpp diff --git a/src/msw/ole/uuid.cpp b/src/msw/ole/uuid.cpp index f64ae4d358..04f81a8385 100644 --- a/src/msw/ole/uuid.cpp +++ b/src/msw/ole/uuid.cpp @@ -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