diff --git a/ZRCola.sln b/ZRCola.sln index bbf0d75..b22f225 100644 --- a/ZRCola.sln +++ b/ZRCola.sln @@ -9,7 +9,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "lib\wxExtend\bu EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFEBC17E-C840-4507-BDE6-1EF5B52DDCC5}" ProjectSection(SolutionItems) = preProject - include\ZRCola.h = include\ZRCola.h + include\zrcola.h = include\zrcola.h EndProjectSection EndProject Global diff --git a/ZRCola/res/ZRCola.rc b/ZRCola/res/ZRCola.rc index b61e1ad..f219e1c 100644 Binary files a/ZRCola/res/ZRCola.rc and b/ZRCola/res/ZRCola.rc differ diff --git a/ZRCola/stdafx.h b/ZRCola/stdafx.h index b6f09fe..978c94d 100644 --- a/ZRCola/stdafx.h +++ b/ZRCola/stdafx.h @@ -19,7 +19,7 @@ #pragma once -#include "../include/ZRCola.h" +#include "../include/zrcola.h" #include "zrcolaapp.h" #include "zrcoladlg.h" diff --git a/include/ZRCola.h b/include/zrcola.h similarity index 100% rename from include/ZRCola.h rename to include/zrcola.h