瀏覽代碼

Merge pull request #8311 from ghalliday/issue15018

HPCC-15018 Fix windows build break

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父節點
當前提交
1eb255f461
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      ecl/hql/reservedwords.hpp

+ 4 - 2
ecl/hql/reservedwords.hpp

@@ -17,7 +17,9 @@
 #ifndef RESERVEDWORDS_HPP
 #define RESERVEDWORDS_HPP
 
-void printKeywordsToXml();
-bool searchReservedWords(const char * tokenText);
+#include "hql.hpp"
+
+HQL_API void printKeywordsToXml();
+HQL_API bool searchReservedWords(const char * tokenText);
 
 #endif