From 0182f16f41f2527e79aeb6abbb37013f901c9c2e Mon Sep 17 00:00:00 2001 From: astrdark Date: Mon, 31 Aug 2026 15:19:33 +0300 Subject: [PATCH] Fix: case sensitivity in #include --- Resources/NRI.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/NRI.rc b/Resources/NRI.rc index 15a4c57f..8c58c922 100644 --- a/Resources/NRI.rc +++ b/Resources/NRI.rc @@ -2,7 +2,7 @@ // If NDR.rc does not comile, try re-saving it with UTF-8 encoding. // After editing VS2019 saves it as UTF-8 with BOM. #pragma code_page(65001) -#include "version.h" +#include "Version.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////