Meghana Gupta 7 лет назад
Родитель
Сommit
fbf79ff7ab
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      lib/Runtime/Base/ScriptContext.cpp

+ 6 - 0
lib/Runtime/Base/ScriptContext.cpp

@@ -42,6 +42,12 @@
 #include "Core/CRC.h"
 #include "Common/CompressionUtilities.h"
 
+#ifdef _M_IX86
+#ifdef _CONTROL_FLOW_GUARD
+extern "C" PVOID __guard_check_icall_fptr;
+#endif
+#endif
+
 namespace Js
 {
     ScriptContext * ScriptContext::New(ThreadContext * threadContext)