Skip to content

Commit d298a81

Browse files
committed
windows build err in test-libmongoc
1 parent 58a6bbf commit d298a81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-libmongoc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ extern void test_stream_tls_error_install (TestSuite *suite);
5353

5454

5555
#ifdef _WIN32
56+
# define strcasecmp _stricmp
57+
5658
void
5759
usleep (int64_t usec)
5860
{

0 commit comments

Comments
 (0)