Skip to content

Commit e6fec43

Browse files
committed
Fixed MOODYCAMEL_EXPORT being undefined on platforms other than Windows for the optional C API (issue cameron314#248)
1 parent 26f4943 commit e6fec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_api/concurrentqueue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ extern "C" {
1313
#else
1414
#define MOODYCAMEL_EXPORT __declspec(dllimport)
1515
#endif
16-
#endif
1716
#else
1817
#define MOODYCAMEL_EXPORT
1918
#endif
19+
#endif
2020

2121
typedef void* MoodycamelCQHandle;
2222
typedef void* MoodycamelBCQHandle;

0 commit comments

Comments
 (0)