Kaynağa Gözat

[MERGE #2252 @obastemur] Fix legacy no-JIT builds

Merge pull request #2252 from obastemur:fix_legacy

Removes undefined `EXPORT_FUNC` <- no op for Windows
Fixes #2244
Oguz Bastemur 9 yıl önce
ebeveyn
işleme
e5f6ff8a52
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      bin/ChakraCore/ChakraCoreDllFunc.cpp

+ 0 - 2
bin/ChakraCore/ChakraCoreDllFunc.cpp

@@ -171,7 +171,6 @@ void ChakraBinaryAutoSystemInfoInit(AutoSystemInfo * autoSystemInfo)
 }
 
 #if !ENABLE_NATIVE_CODEGEN
-EXPORT_FUNC
 HRESULT JsInitializeJITServer(
     __in GUID* connectionUuid,
     __in_opt void* securityDescriptor,
@@ -179,7 +178,6 @@ HRESULT JsInitializeJITServer(
 {
     return E_NOTIMPL;
 }
-EXPORT_FUNC
 HRESULT JsShutdownJITServer()
 {
     return E_NOTIMPL;