include version.h only where necessary
This commit is contained in:
@@ -5,4 +5,3 @@
|
||||
- Add more logging
|
||||
- Add better logger
|
||||
- Separate out key logic into .dll
|
||||
-
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user