From 758e7e8cdf56690f003229c409103645c072e5d8 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 29 Jan 2022 03:35:18 +0100 Subject: Fixed case and separators in include paths in Opcode --- Opcode/StdAfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/StdAfx.cpp') diff --git a/Opcode/StdAfx.cpp b/Opcode/StdAfx.cpp index c9b75bb..ae10277 100644 --- a/Opcode/StdAfx.cpp +++ b/Opcode/StdAfx.cpp @@ -7,4 +7,4 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //#define ICE_MAIN -#include "Stdafx.h" +#include "StdAfx.h" -- cgit v1.1