Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d5ee2f8

Browse files
committed
[[ Cleanup ]] libscript: Annotate MCListRepeatForEachElement with MC_DLLEXPORT
1 parent 675f3ff commit d5ee2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libscript/src/module-list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ extern "C" MC_DLLEXPORT void MCListEvalEmpty(MCProperListRef& r_output)
327327
r_output = MCValueRetain(kMCEmptyProperList);
328328
}
329329

330-
extern "C" bool MCListRepeatForEachElement(void*& x_iterator, MCValueRef& r_iterand, MCProperListRef p_list)
330+
extern "C" MC_DLLEXPORT bool MCListRepeatForEachElement(void*& x_iterator, MCValueRef& r_iterand, MCProperListRef p_list)
331331
{
332332
uintptr_t t_offset;
333333
t_offset = (uintptr_t)x_iterator;

0 commit comments

Comments
 (0)