diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r-- | plugins/Dbx_mmap_SA/Dbtool/Version.rc | 4 | ||||
-rw-r--r-- | plugins/Dbx_mmap_SA/Import_SA/Version.rc | 4 | ||||
-rw-r--r-- | plugins/Dbx_mmap_SA/version.rc | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Dbtool/Version.rc b/plugins/Dbx_mmap_SA/Dbtool/Version.rc index 678989d4ac..b6ce62273e 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/Version.rc +++ b/plugins/Dbx_mmap_SA/Dbtool/Version.rc @@ -1,5 +1,9 @@ // Microsoft Visual C++ generated resource script.
//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
#include "afxres.h"
#include "version.h"
diff --git a/plugins/Dbx_mmap_SA/Import_SA/Version.rc b/plugins/Dbx_mmap_SA/Import_SA/Version.rc index 4784a68f66..9ef5fda998 100644 --- a/plugins/Dbx_mmap_SA/Import_SA/Version.rc +++ b/plugins/Dbx_mmap_SA/Import_SA/Version.rc @@ -1,5 +1,9 @@ // Microsoft Visual C++ generated resource script.
//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
#include "afxres.h"
#include "version.h"
diff --git a/plugins/Dbx_mmap_SA/version.rc b/plugins/Dbx_mmap_SA/version.rc index 4cb51b5037..d2567f55ae 100644 --- a/plugins/Dbx_mmap_SA/version.rc +++ b/plugins/Dbx_mmap_SA/version.rc @@ -1,3 +1,6 @@ +#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
#include <windows.h>
#include "version.h"
|