Skip to content

Commit 6282bb4

Browse files
committed
Fix windows bson config
1 parent 06d8aee commit 6282bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/bson-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/*
1111
* Define to 1 if you have stdbool.h
1212
*/
13-
#define BSON_HAVE_STDBOOL_H 1
13+
#define BSON_HAVE_STDBOOL_H 0
1414
#if BSON_HAVE_STDBOOL_H != 1
1515
# undef BSON_HAVE_STDBOOL_H
1616
#endif
@@ -19,7 +19,7 @@
1919
/*
2020
* Define to 1 for POSIX-like systems, 2 for Windows.
2121
*/
22-
#define BSON_OS 1
22+
#define BSON_OS 2
2323

2424

2525
/*

0 commit comments

Comments
 (0)