Skip to content

Commit

Permalink
Use stdbool.h on msvc
Browse files Browse the repository at this point in the history
Change-Id: I8faebfc8283cd7ec178d588faaac986b8ec86900
Reviewed-on: http://review.couchbase.org/32418
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Jan 15, 2014
1 parent d1e5774 commit df652d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/libconflate/conflate.h
Expand Up @@ -2,13 +2,7 @@
#define LIBCONFLATE_CONFLATE_H 1

#include <platform/platform.h>
#ifdef _MSC_VER
typedef BOOL bool;
#define false FALSE
#define true TRUE
#else
#include <stdbool.h>
#endif
#include <sys/types.h>

#ifdef __cpluscplus
Expand Down

0 comments on commit df652d2

Please sign in to comment.