Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Removed OS X specific code from UUID generation.
authorKiri <kiri@Kiriha.LasLindas>
Wed, 12 Aug 2015 14:36:15 +0000 (15:36 +0100)
committerKiri <kiri@Kiriha.LasLindas>
Wed, 12 Aug 2015 14:36:15 +0000 (15:36 +0100)
source/common/uuid.cpp

index a658829..f3603b1 100644 (file)
@@ -11,10 +11,6 @@ wxString GenerateUUID()
     wxString Result(UUIDStr);
 #elif defined(__HAIKU__)
     
-#elif defined(__APPLE__)
-    
-    wxString Result;
-    
 #else
     
 #include <stdio.h>
@@ -40,19 +36,6 @@ wxString GenerateUUID()
     
     pclose(uuid_hdl);
     
-/*#include <uuid/uuid.h>
-    
-    uuid_t *uuid;
-    uuid_create(&uuid);
-    char *strdata[100];
-    
-    strdata = NULL;
-    
-    wxString Result = wxString::FromUTF8(strdata);
-    
-    delete strdata;
-    strdata = NULL;*/
-    
 #endif
     
     return Result;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy