We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717bfc commit 6eb30a7Copy full SHA for 6eb30a7
lib/Jsrt/ChakraCommon.h
@@ -25,7 +25,7 @@
25
26
// Platform specific code
27
#if defined(_WIN32) && defined(_MSC_VER)
28
-#include <oaidl.h>
+#include <windows.h>
29
30
// Header macros
31
#define CHAKRA_CALLBACK CALLBACK
lib/Jsrt/ChakraCoreWindows.h
@@ -10,6 +10,8 @@
10
#ifndef _CHAKRACOREWINDOWS_H_
11
#define _CHAKRACOREWINDOWS_H_
12
13
+#include <rpc.h>
14
+
15
/// <summary>
16
/// Enables out-of-process JIT by connecting to a Chakra JIT process that was initialized by calling JsInitializeJITServer
17
/// </summary>
0 commit comments