Explorar o código

Fix a couple of include casing issues

Derek Morris %!s(int64=8) %!d(string=hai) anos
pai
achega
256d8f90c0
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      bin/NativeTests/stdafx.h
  2. 1 1
      lib/Common/Core/EtwTraceCore.h

+ 1 - 1
bin/NativeTests/stdafx.h

@@ -40,7 +40,7 @@ if (!(exp)) \
 
 #define Assert(exp)             AssertMsg(exp, #exp)
 #define _JSRT_
-#include "chakracore.h"
+#include "ChakraCore.h"
 #include "Core/CommonTypedefs.h"
 
 #include <FileLoadHelpers.h>

+ 1 - 1
lib/Common/Core/EtwTraceCore.h

@@ -78,7 +78,7 @@ CompileAssert(false)
 #pragma prefast(push)
 #pragma prefast(disable:__WARNING_USING_UNINIT_VAR, "The ETW data generated from the manifest includes a default null function which uses unintialized memory.")
 
-#include <microsoft-scripting-chakra-instrumentationevents.h>
+#include <Microsoft-Scripting-Chakra-InstrumentationEvents.h>
 #ifdef NTBUILD
 #include <ieresp_mshtml.h>
 #include <microsoft-scripting-jscript9.internalevents.h>