Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f620c
)
Removed OS X specific code from UUID generation.
author
Kiri
<kiri@Kiriha.LasLindas>
Wed, 12 Aug 2015 14:36:15 +0000
(15:36 +0100)
committer
Kiri
<kiri@Kiriha.LasLindas>
Wed, 12 Aug 2015 14:36:15 +0000
(15:36 +0100)
source/common/uuid.cpp
patch
|
blob
|
history
diff --git
a/source/common/uuid.cpp
b/source/common/uuid.cpp
index
a658829
..
f3603b1
100644
(file)
--- 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 <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;
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy