Skip to content

Commit 1263986

Browse files
committed
Removed error on non-Windows builds of tests; default visibility should be fine for Linux shared objects (follow up to PR #224)
1 parent 40db46c commit 1263986

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

c_api/concurrentqueue.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ extern "C" {
1313
#else
1414
#define MOODYCAMEL_EXPORT __declspec(dllimport)
1515
#endif
16-
#else
17-
18-
#error *nix support is untested
19-
/*
20-
need non-windows version here
21-
*/
2216
#endif
2317
#endif
2418

@@ -40,4 +34,3 @@ MOODYCAMEL_EXPORT int moodycamel_bcq_try_dequeue(MoodycamelBCQHandle handle, Moo
4034
#ifdef __cplusplus
4135
}
4236
#endif
43-

0 commit comments

Comments
 (0)