소스 검색

HPCC-10239 Windows Build break in WsDeploy

DeployUtils file confighelper.cpp class "CConfigHelper" is called from
WsDeploy, but it is not exported from the dll. This fix adds the
DEPLOYUTILS_API define to the class definition so it gets exported

Signed-off-by: William Whitehead <william.whitehead@lexisnexis.com>
William Whitehead 11 년 전
부모
커밋
06e8682165
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deployment/deployutils/confighelper.hpp

+ 1 - 1
deployment/deployutils/confighelper.hpp

@@ -1,6 +1,6 @@
 #include "deployutils.hpp"
 
-class CConfigHelper
+class DEPLOYUTILS_API CConfigHelper
 {
 public: