diff options
| author | Spodi <spodi2290@aol.com> | 2025-03-28 17:55:55 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-03-28 16:34:12 -0600 |
| commit | 8222c858047e2ddd2b5164aa0eb6aef38960e715 (patch) | |
| tree | 582cd10a87c39be765e4d44be82929753dcd436c | |
| parent | db81bb1746708f772356aa3deda7d9898b199e40 (diff) | |
Rename added resource file due to name conflicts
| -rw-r--r-- | ExecutableResource.h (renamed from resource.h) | 0 | ||||
| -rw-r--r-- | Resource.rc | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resource.h b/ExecutableResource.h index 8a193b3e..8a193b3e 100644 --- a/resource.h +++ b/ExecutableResource.h diff --git a/Resource.rc b/Resource.rc index aa987e81..08c040eb 100644 --- a/Resource.rc +++ b/Resource.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "ExecutableResource.h" #include "properties.h" #define APSTUDIO_READONLY_SYMBOLS @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 TEXTINCLUDE BEGIN - "resource.h\0" + "ExecutableResource.h\0" END 2 TEXTINCLUDE |
