浏览代码

Merge pull request #5781 from ghalliday/issue10454

HPCC-10454 Fix build break in windows - missing _API specifier

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父节点
当前提交
e36a763de2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/workunit/workunit.hpp

+ 1 - 1
common/workunit/workunit.hpp

@@ -1354,6 +1354,6 @@ extern WORKUNIT_API void descheduleWorkunit(char const * wuid);
 void WORKUNIT_API testWorkflow();
 #endif
 
-const char * getWorkunitStateStr(WUState state);
+extern WORKUNIT_API const char * getWorkunitStateStr(WUState state);
 
 #endif