Don't use WIN32 API to parse/unparse UUIDs
commit0532bc3cda78e6b7241adae1b6a3ea67e159945b
authorOlly Betts <olly@survex.com>
Mon, 4 Dec 2017 21:29:51 +0000 (5 10:29 +1300)
committerOlly Betts <olly@survex.com>
Mon, 4 Dec 2017 21:29:51 +0000 (5 10:29 +1300)
tree7d1266619c016b93cf30af50b1b8178edcfb54ad
parent3956875abea09248ce587be2d5d7a30a3abe5ddb
Don't use WIN32 API to parse/unparse UUIDs

So much glue code is needed that it's simpler to just do the parsing
and unparsing ourselves, and we already have an implementation which
is used when generating UUIDs using /proc on Linux.  We still use
UuidCreate() to generate a new UUID.
xapian-core/common/proc_uuid.cc
xapian-core/common/win32_uuid.cc