소스 검색

HPCC-17029 Fix regression in standalone eclcc windows compiles

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 8 년 전
부모
커밋
b4b1b25bc2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      rtl/eclrtl/eclinclude4.hpp

+ 4 - 0
rtl/eclrtl/eclinclude4.hpp

@@ -55,6 +55,10 @@ typedef unsigned short UChar;
 #ifdef _WIN32
 typedef unsigned int size32_t; // avoid pulling in platform.h (which pulls in windows.h etc) just for this...
 typedef unsigned __int64 hash64_t;
+#define DECL_EXPORT __declspec(dllexport)
+#define DECL_IMPORT __declspec(dllimport)
+#define DECL_LOCAL
+#define DECL_EXCEPTION
 #else
 #include "platform.h"
 #endif