Skip to content

Commit 19cdc72

Browse files
author
topin89
committed
Minor C API bugfix
1 parent fde65ae commit 19cdc72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

c_api/concurrentqueue.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ extern "C" {
1414
#define MOODYCAMEL_EXPORT __declspec(dllimport)
1515
#endif
1616
#endif
17+
#else
18+
#define MOODYCAMEL_EXPORT
1719
#endif
1820

1921
typedef void* MoodycamelCQHandle;

0 commit comments

Comments
 (0)