Add MinGW implementation of UUID functions
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Mon, 8 Jul 2013 14:01:44 +0000 (10:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Jul 2013 14:01:44 +0000 (10:01 -0400)
commit9d1e7de0dd0572e8071e0bd620c1c569e8b5396b
treefc993d040ad4770f306924bd7d91bd794e0fd37c
parente9452def10b0edc7dd064bf6f739a61fdd5229f3
Add MinGW implementation of UUID functions

Add implementation of the UUID functions for MinGW.
The Windows UUID standard has a different endian from what we expect,
so also do endian conversion for the UUID data types as needed.
Add the MinGW implementation file to the build system.
In configure.ac, assume that MinGW UUID functions exist.

[ Edit by Mathieu Desnoyers: coding style fixes, use strncmp rather than
  strcmp. Use already existing defines rather than hardcoded integers. ]

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
compat/Makefile.am [new file with mode: 0644]
compat/compat_uuid.c [new file with mode: 0644]
configure.ac
converter/Makefile.am
include/babeltrace/compat/uuid.h
lib/Makefile.am
This page took 0.024323 seconds and 4 git commands to generate.