include version.h only where necessary

This commit is contained in:
Alexander Frick
2025-12-04 20:13:08 -06:00
parent 37978af259
commit 5e44136f5c
3 changed files with 4 additions and 13 deletions
-1
View File
@@ -5,4 +5,3 @@
- Add more logging
- Add better logger
- Separate out key logic into .dll
-
-2
View File
@@ -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
+4 -10
View File
@@ -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