Переглянути джерело

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