Skip to content
Snippets Groups Projects
Commit e70859af authored by Alessandro D'Uffizi's avatar Alessandro D'Uffizi
Browse files

bison at windows

parent a5fd1e51
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,10 @@
#if defined(BSON_HAVE_CLOCK_GETTIME)
#include <time.h>
#ifndef _WIN32
#include <sys/time.h>
#endif
#endif
#include "bson-clock.h"
......
......@@ -32,8 +32,12 @@
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
#define BSON_OS 1
#else
#ifdef _WIN32
#define BSON_OS 2
#else
#define BSON_OS 0
#endif
#endif
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment