diff options
Diffstat (limited to 'plugins/IEHistory/res')
-rw-r--r-- | plugins/IEHistory/res/IEHistory.rc | 2 | ||||
-rw-r--r-- | plugins/IEHistory/res/version.rc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/IEHistory/res/IEHistory.rc b/plugins/IEHistory/res/IEHistory.rc index 91354d63a3..0ebfd2b760 100644 --- a/plugins/IEHistory/res/IEHistory.rc +++ b/plugins/IEHistory/res/IEHistory.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "..\src\resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/IEHistory/res/version.rc b/plugins/IEHistory/res/version.rc index 0bd4ea67f4..3cf4c0a4ac 100644 --- a/plugins/IEHistory/res/version.rc +++ b/plugins/IEHistory/res/version.rc @@ -1,7 +1,7 @@ // Microsoft Visual C++ generated resource script. // -#include "resource.h" -#include "version.h" +#include "..\src\resource.h" +#include "..\src\version.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -54,8 +54,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION __PLUGINVERSION_STRING - PRODUCTVERSION __PLUGINVERSION_STRING + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |