X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fuuid.cpp;h=bc90bdd156208df4a5a01092a635441142af3a7b;hb=54ca9b53d5c442288b8104086348e5b0035625e9;hp=a6588297cace5acc40f3a55305cddade68ee374b;hpb=83f620ca2393f02d875f558455f4270fa1a64ccb;p=xestiaab%2F.git diff --git a/source/common/uuid.cpp b/source/common/uuid.cpp index a658829..bc90bdd 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -11,10 +11,6 @@ wxString GenerateUUID() wxString Result(UUIDStr); #elif defined(__HAIKU__) -#elif defined(__APPLE__) - - wxString Result; - #else #include @@ -40,18 +36,8 @@ wxString GenerateUUID() pclose(uuid_hdl); -/*#include - - uuid_t *uuid; - uuid_create(&uuid); - char *strdata[100]; - - strdata = NULL; - - wxString Result = wxString::FromUTF8(strdata); - - delete strdata; - strdata = NULL;*/ + Result = wxString::Format(wxT("%s"), uuidout); + Result.Trim(); #endif