diff --git a/TODO.md b/TODO.md index 8c6a993..0f17cf2 100644 --- a/TODO.md +++ b/TODO.md @@ -5,4 +5,3 @@ - Add more logging - Add better logger - Separate out key logic into .dll - - diff --git a/src/resource.h b/src/resource.h index b17709b..98498c6 100644 --- a/src/resource.h +++ b/src/resource.h @@ -9,8 +9,6 @@ #pragma code_page(65001) // UTF-8 #endif // __clang__ -#include "version.h" - #define IDD_MAINFRAME 100 // Main dialog #define IDI_MAINFRAME 106 // Main .exe/window icon diff --git a/src/resource.rc b/src/resource.rc index a44439b..41faa33 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -9,6 +9,9 @@ // // Generated from the TEXTINCLUDE resource. // +#ifndef APSTUDIO_INVOKED +#include "version.h" +#endif #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS @@ -39,6 +42,7 @@ END 2 TEXTINCLUDE BEGIN "#ifndef APSTUDIO_INVOKED\r\n" + "#include ""version.h""\r\n" "#endif\r\n" "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" @@ -225,13 +229,3 @@ BEGIN END END #endif // APSTUDIO_INVOKED - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED